Uses of Class
software.amazon.awssdk.services.ec2.model.EnableTransitGatewayRouteTablePropagationResponse
-
Packages that use EnableTransitGatewayRouteTablePropagationResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of EnableTransitGatewayRouteTablePropagationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableTransitGatewayRouteTablePropagationResponse Modifier and Type Method Description default EnableTransitGatewayRouteTablePropagationResponseEc2Client. enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest)Enables the specified attachment to propagate routes to the specified propagation route table.default EnableTransitGatewayRouteTablePropagationResponseEc2Client. enableTransitGatewayRouteTablePropagation(EnableTransitGatewayRouteTablePropagationRequest enableTransitGatewayRouteTablePropagationRequest)Enables the specified attachment to propagate routes to the specified propagation route table.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type EnableTransitGatewayRouteTablePropagationResponse Modifier and Type Method Description default CompletableFuture<EnableTransitGatewayRouteTablePropagationResponse>Ec2AsyncClient. enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest)Enables the specified attachment to propagate routes to the specified propagation route table.default CompletableFuture<EnableTransitGatewayRouteTablePropagationResponse>Ec2AsyncClient. enableTransitGatewayRouteTablePropagation(EnableTransitGatewayRouteTablePropagationRequest enableTransitGatewayRouteTablePropagationRequest)Enables the specified attachment to propagate routes to the specified propagation route table.
-