Uses of Class
software.amazon.awssdk.services.ec2.model.GetTransitGatewayAttachmentPropagationsResponse
-
Packages that use GetTransitGatewayAttachmentPropagationsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.paginators -
-
Uses of GetTransitGatewayAttachmentPropagationsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetTransitGatewayAttachmentPropagationsResponse Modifier and Type Method Description default GetTransitGatewayAttachmentPropagationsResponseEc2Client. getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)Lists the route tables to which the specified resource attachment propagates routes.default GetTransitGatewayAttachmentPropagationsResponseEc2Client. getTransitGatewayAttachmentPropagations(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)Lists the route tables to which the specified resource attachment propagates routes.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetTransitGatewayAttachmentPropagationsResponse Modifier and Type Method Description default CompletableFuture<GetTransitGatewayAttachmentPropagationsResponse>Ec2AsyncClient. getTransitGatewayAttachmentPropagations(Consumer<GetTransitGatewayAttachmentPropagationsRequest.Builder> getTransitGatewayAttachmentPropagationsRequest)Lists the route tables to which the specified resource attachment propagates routes.default CompletableFuture<GetTransitGatewayAttachmentPropagationsResponse>Ec2AsyncClient. getTransitGatewayAttachmentPropagations(GetTransitGatewayAttachmentPropagationsRequest getTransitGatewayAttachmentPropagationsRequest)Lists the route tables to which the specified resource attachment propagates routes. -
Uses of GetTransitGatewayAttachmentPropagationsResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type GetTransitGatewayAttachmentPropagationsResponse Modifier and Type Method Description Iterator<GetTransitGatewayAttachmentPropagationsResponse>GetTransitGatewayAttachmentPropagationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ec2.paginators with type arguments of type GetTransitGatewayAttachmentPropagationsResponse Modifier and Type Method Description voidGetTransitGatewayAttachmentPropagationsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetTransitGatewayAttachmentPropagationsResponse> subscriber)
-