Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetDirectConnectGatewayAttachmentResponse
-
Packages that use GetDirectConnectGatewayAttachmentResponse 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 GetDirectConnectGatewayAttachmentResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetDirectConnectGatewayAttachmentResponse Modifier and Type Method Description default GetDirectConnectGatewayAttachmentResponseNetworkManagerClient. getDirectConnectGatewayAttachment(Consumer<GetDirectConnectGatewayAttachmentRequest.Builder> getDirectConnectGatewayAttachmentRequest)Returns information about a specific Amazon Web Services Direct Connect gateway attachment.default GetDirectConnectGatewayAttachmentResponseNetworkManagerClient. getDirectConnectGatewayAttachment(GetDirectConnectGatewayAttachmentRequest getDirectConnectGatewayAttachmentRequest)Returns information about a specific Amazon Web Services Direct Connect gateway attachment.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetDirectConnectGatewayAttachmentResponse Modifier and Type Method Description default CompletableFuture<GetDirectConnectGatewayAttachmentResponse>NetworkManagerAsyncClient. getDirectConnectGatewayAttachment(Consumer<GetDirectConnectGatewayAttachmentRequest.Builder> getDirectConnectGatewayAttachmentRequest)Returns information about a specific Amazon Web Services Direct Connect gateway attachment.default CompletableFuture<GetDirectConnectGatewayAttachmentResponse>NetworkManagerAsyncClient. getDirectConnectGatewayAttachment(GetDirectConnectGatewayAttachmentRequest getDirectConnectGatewayAttachmentRequest)Returns information about a specific Amazon Web Services Direct Connect gateway attachment.
-