Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetSiteToSiteVpnAttachmentResponse
-
Packages that use GetSiteToSiteVpnAttachmentResponse 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 GetSiteToSiteVpnAttachmentResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetSiteToSiteVpnAttachmentResponse Modifier and Type Method Description default GetSiteToSiteVpnAttachmentResponseNetworkManagerClient. getSiteToSiteVpnAttachment(Consumer<GetSiteToSiteVpnAttachmentRequest.Builder> getSiteToSiteVpnAttachmentRequest)Returns information about a site-to-site VPN attachment.default GetSiteToSiteVpnAttachmentResponseNetworkManagerClient. getSiteToSiteVpnAttachment(GetSiteToSiteVpnAttachmentRequest getSiteToSiteVpnAttachmentRequest)Returns information about a site-to-site VPN attachment.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetSiteToSiteVpnAttachmentResponse Modifier and Type Method Description default CompletableFuture<GetSiteToSiteVpnAttachmentResponse>NetworkManagerAsyncClient. getSiteToSiteVpnAttachment(Consumer<GetSiteToSiteVpnAttachmentRequest.Builder> getSiteToSiteVpnAttachmentRequest)Returns information about a site-to-site VPN attachment.default CompletableFuture<GetSiteToSiteVpnAttachmentResponse>NetworkManagerAsyncClient. getSiteToSiteVpnAttachment(GetSiteToSiteVpnAttachmentRequest getSiteToSiteVpnAttachmentRequest)Returns information about a site-to-site VPN attachment.
-