Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetTransitGatewayRouteTableAttachmentResponse
-
Packages that use GetTransitGatewayRouteTableAttachmentResponse Package Description software.amazon.awssdk.services.networkmanager Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations. -
-
Uses of GetTransitGatewayRouteTableAttachmentResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetTransitGatewayRouteTableAttachmentResponse Modifier and Type Method Description default GetTransitGatewayRouteTableAttachmentResponseNetworkManagerClient. getTransitGatewayRouteTableAttachment(Consumer<GetTransitGatewayRouteTableAttachmentRequest.Builder> getTransitGatewayRouteTableAttachmentRequest)Returns information about a transit gateway route table attachment.default GetTransitGatewayRouteTableAttachmentResponseNetworkManagerClient. getTransitGatewayRouteTableAttachment(GetTransitGatewayRouteTableAttachmentRequest getTransitGatewayRouteTableAttachmentRequest)Returns information about a transit gateway route table attachment.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetTransitGatewayRouteTableAttachmentResponse Modifier and Type Method Description default CompletableFuture<GetTransitGatewayRouteTableAttachmentResponse>NetworkManagerAsyncClient. getTransitGatewayRouteTableAttachment(Consumer<GetTransitGatewayRouteTableAttachmentRequest.Builder> getTransitGatewayRouteTableAttachmentRequest)Returns information about a transit gateway route table attachment.default CompletableFuture<GetTransitGatewayRouteTableAttachmentResponse>NetworkManagerAsyncClient. getTransitGatewayRouteTableAttachment(GetTransitGatewayRouteTableAttachmentRequest getTransitGatewayRouteTableAttachmentRequest)Returns information about a transit gateway route table attachment.
-