Uses of Class
software.amazon.awssdk.services.networkmanager.model.CreateTransitGatewayRouteTableAttachmentResponse
-
Packages that use CreateTransitGatewayRouteTableAttachmentResponse 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 CreateTransitGatewayRouteTableAttachmentResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return CreateTransitGatewayRouteTableAttachmentResponse Modifier and Type Method Description default CreateTransitGatewayRouteTableAttachmentResponseNetworkManagerClient. createTransitGatewayRouteTableAttachment(Consumer<CreateTransitGatewayRouteTableAttachmentRequest.Builder> createTransitGatewayRouteTableAttachmentRequest)Creates a transit gateway route table attachment.default CreateTransitGatewayRouteTableAttachmentResponseNetworkManagerClient. createTransitGatewayRouteTableAttachment(CreateTransitGatewayRouteTableAttachmentRequest createTransitGatewayRouteTableAttachmentRequest)Creates a transit gateway route table attachment.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type CreateTransitGatewayRouteTableAttachmentResponse Modifier and Type Method Description default CompletableFuture<CreateTransitGatewayRouteTableAttachmentResponse>NetworkManagerAsyncClient. createTransitGatewayRouteTableAttachment(Consumer<CreateTransitGatewayRouteTableAttachmentRequest.Builder> createTransitGatewayRouteTableAttachmentRequest)Creates a transit gateway route table attachment.default CompletableFuture<CreateTransitGatewayRouteTableAttachmentResponse>NetworkManagerAsyncClient. createTransitGatewayRouteTableAttachment(CreateTransitGatewayRouteTableAttachmentRequest createTransitGatewayRouteTableAttachmentRequest)Creates a transit gateway route table attachment.
-