Uses of Class
software.amazon.awssdk.services.ec2.model.GetTransitGatewayRouteTablePropagationsRequest
-
Packages that use GetTransitGatewayRouteTablePropagationsRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators software.amazon.awssdk.services.ec2.transform -
-
Uses of GetTransitGatewayRouteTablePropagationsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type GetTransitGatewayRouteTablePropagationsRequest Modifier and Type Method Description default CompletableFuture<GetTransitGatewayRouteTablePropagationsResponse>Ec2AsyncClient. getTransitGatewayRouteTablePropagations(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)Gets information about the route table propagations for the specified transit gateway route table.default GetTransitGatewayRouteTablePropagationsResponseEc2Client. getTransitGatewayRouteTablePropagations(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)Gets information about the route table propagations for the specified transit gateway route table.default GetTransitGatewayRouteTablePropagationsPublisherEc2AsyncClient. getTransitGatewayRouteTablePropagationsPaginator(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)Gets information about the route table propagations for the specified transit gateway route table.default GetTransitGatewayRouteTablePropagationsIterableEc2Client. getTransitGatewayRouteTablePropagationsPaginator(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)Gets information about the route table propagations for the specified transit gateway route table. -
Uses of GetTransitGatewayRouteTablePropagationsRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type GetTransitGatewayRouteTablePropagationsRequest Constructor Description GetTransitGatewayRouteTablePropagationsIterable(Ec2Client client, GetTransitGatewayRouteTablePropagationsRequest firstRequest)GetTransitGatewayRouteTablePropagationsPublisher(Ec2AsyncClient client, GetTransitGatewayRouteTablePropagationsRequest firstRequest) -
Uses of GetTransitGatewayRouteTablePropagationsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type GetTransitGatewayRouteTablePropagationsRequest Modifier and Type Method Description SdkHttpFullRequestGetTransitGatewayRouteTablePropagationsRequestMarshaller. marshall(GetTransitGatewayRouteTablePropagationsRequest getTransitGatewayRouteTablePropagationsRequest)
-