Uses of Class
software.amazon.awssdk.services.ec2.model.DisableTransitGatewayRouteTablePropagationResponse
Packages that use DisableTransitGatewayRouteTablePropagationResponse
-
Uses of DisableTransitGatewayRouteTablePropagationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisableTransitGatewayRouteTablePropagationResponseModifier and TypeMethodDescriptionEc2Client.disableTransitGatewayRouteTablePropagation(Consumer<DisableTransitGatewayRouteTablePropagationRequest.Builder> disableTransitGatewayRouteTablePropagationRequest) Disables the specified resource attachment from propagating routes to the specified propagation route table.Ec2Client.disableTransitGatewayRouteTablePropagation(DisableTransitGatewayRouteTablePropagationRequest disableTransitGatewayRouteTablePropagationRequest) Disables the specified resource attachment from propagating routes to the specified propagation route table.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DisableTransitGatewayRouteTablePropagationResponseModifier and TypeMethodDescriptionEc2AsyncClient.disableTransitGatewayRouteTablePropagation(Consumer<DisableTransitGatewayRouteTablePropagationRequest.Builder> disableTransitGatewayRouteTablePropagationRequest) Disables the specified resource attachment from propagating routes to the specified propagation route table.Ec2AsyncClient.disableTransitGatewayRouteTablePropagation(DisableTransitGatewayRouteTablePropagationRequest disableTransitGatewayRouteTablePropagationRequest) Disables the specified resource attachment from propagating routes to the specified propagation route table.