Uses of Class
software.amazon.awssdk.services.ec2.model.EnableTransitGatewayRouteTablePropagationResponse
Packages that use EnableTransitGatewayRouteTablePropagationResponse
-
Uses of EnableTransitGatewayRouteTablePropagationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableTransitGatewayRouteTablePropagationResponseModifier and TypeMethodDescriptionEc2Client.enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest) Enables the specified attachment to propagate routes to the specified propagation route table.Ec2Client.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 EnableTransitGatewayRouteTablePropagationResponseModifier and TypeMethodDescriptionEc2AsyncClient.enableTransitGatewayRouteTablePropagation(Consumer<EnableTransitGatewayRouteTablePropagationRequest.Builder> enableTransitGatewayRouteTablePropagationRequest) Enables the specified attachment to propagate routes to the specified propagation route table.Ec2AsyncClient.enableTransitGatewayRouteTablePropagation(EnableTransitGatewayRouteTablePropagationRequest enableTransitGatewayRouteTablePropagationRequest) Enables the specified attachment to propagate routes to the specified propagation route table.