Uses of Class
software.amazon.awssdk.services.networkmanager.model.AssociateConnectPeerResponse
-
Packages that use AssociateConnectPeerResponse 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 AssociateConnectPeerResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return AssociateConnectPeerResponse Modifier and Type Method Description default AssociateConnectPeerResponseNetworkManagerClient. associateConnectPeer(Consumer<AssociateConnectPeerRequest.Builder> associateConnectPeerRequest)Associates a core network Connect peer with a device and optionally, with a link.default AssociateConnectPeerResponseNetworkManagerClient. associateConnectPeer(AssociateConnectPeerRequest associateConnectPeerRequest)Associates a core network Connect peer with a device and optionally, with a link.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type AssociateConnectPeerResponse Modifier and Type Method Description default CompletableFuture<AssociateConnectPeerResponse>NetworkManagerAsyncClient. associateConnectPeer(Consumer<AssociateConnectPeerRequest.Builder> associateConnectPeerRequest)Associates a core network Connect peer with a device and optionally, with a link.default CompletableFuture<AssociateConnectPeerResponse>NetworkManagerAsyncClient. associateConnectPeer(AssociateConnectPeerRequest associateConnectPeerRequest)Associates a core network Connect peer with a device and optionally, with a link.
-