Uses of Class
software.amazon.awssdk.services.networkmanager.model.DisassociateLinkResponse
-
Packages that use DisassociateLinkResponse 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 DisassociateLinkResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return DisassociateLinkResponse Modifier and Type Method Description default DisassociateLinkResponseNetworkManagerClient. disassociateLink(Consumer<DisassociateLinkRequest.Builder> disassociateLinkRequest)Disassociates an existing device from a link.default DisassociateLinkResponseNetworkManagerClient. disassociateLink(DisassociateLinkRequest disassociateLinkRequest)Disassociates an existing device from a link.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type DisassociateLinkResponse Modifier and Type Method Description default CompletableFuture<DisassociateLinkResponse>NetworkManagerAsyncClient. disassociateLink(Consumer<DisassociateLinkRequest.Builder> disassociateLinkRequest)Disassociates an existing device from a link.default CompletableFuture<DisassociateLinkResponse>NetworkManagerAsyncClient. disassociateLink(DisassociateLinkRequest disassociateLinkRequest)Disassociates an existing device from a link.
-