Uses of Class
software.amazon.awssdk.services.networkmanager.model.DisassociateConnectPeerResponse
-
Packages that use DisassociateConnectPeerResponse 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 DisassociateConnectPeerResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return DisassociateConnectPeerResponse Modifier and Type Method Description default DisassociateConnectPeerResponseNetworkManagerClient. disassociateConnectPeer(Consumer<DisassociateConnectPeerRequest.Builder> disassociateConnectPeerRequest)Disassociates a core network Connect peer from a device and a link.default DisassociateConnectPeerResponseNetworkManagerClient. disassociateConnectPeer(DisassociateConnectPeerRequest disassociateConnectPeerRequest)Disassociates a core network Connect peer from a device and a link.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type DisassociateConnectPeerResponse Modifier and Type Method Description default CompletableFuture<DisassociateConnectPeerResponse>NetworkManagerAsyncClient. disassociateConnectPeer(Consumer<DisassociateConnectPeerRequest.Builder> disassociateConnectPeerRequest)Disassociates a core network Connect peer from a device and a link.default CompletableFuture<DisassociateConnectPeerResponse>NetworkManagerAsyncClient. disassociateConnectPeer(DisassociateConnectPeerRequest disassociateConnectPeerRequest)Disassociates a core network Connect peer from a device and a link.
-