Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetConnectAttachmentResponse
-
Packages that use GetConnectAttachmentResponse 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 GetConnectAttachmentResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetConnectAttachmentResponse Modifier and Type Method Description default GetConnectAttachmentResponseNetworkManagerClient. getConnectAttachment(Consumer<GetConnectAttachmentRequest.Builder> getConnectAttachmentRequest)Returns information about a core network Connect attachment.default GetConnectAttachmentResponseNetworkManagerClient. getConnectAttachment(GetConnectAttachmentRequest getConnectAttachmentRequest)Returns information about a core network Connect attachment.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetConnectAttachmentResponse Modifier and Type Method Description default CompletableFuture<GetConnectAttachmentResponse>NetworkManagerAsyncClient. getConnectAttachment(Consumer<GetConnectAttachmentRequest.Builder> getConnectAttachmentRequest)Returns information about a core network Connect attachment.default CompletableFuture<GetConnectAttachmentResponse>NetworkManagerAsyncClient. getConnectAttachment(GetConnectAttachmentRequest getConnectAttachmentRequest)Returns information about a core network Connect attachment.
-