Uses of Class
software.amazon.awssdk.services.networkmanager.model.AssociateTransitGatewayConnectPeerResponse
-
Packages that use AssociateTransitGatewayConnectPeerResponse 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 AssociateTransitGatewayConnectPeerResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return AssociateTransitGatewayConnectPeerResponse Modifier and Type Method Description default AssociateTransitGatewayConnectPeerResponseNetworkManagerClient. associateTransitGatewayConnectPeer(Consumer<AssociateTransitGatewayConnectPeerRequest.Builder> associateTransitGatewayConnectPeerRequest)Associates a transit gateway Connect peer with a device, and optionally, with a link.default AssociateTransitGatewayConnectPeerResponseNetworkManagerClient. associateTransitGatewayConnectPeer(AssociateTransitGatewayConnectPeerRequest associateTransitGatewayConnectPeerRequest)Associates a transit gateway Connect peer with a device, and optionally, with a link.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type AssociateTransitGatewayConnectPeerResponse Modifier and Type Method Description default CompletableFuture<AssociateTransitGatewayConnectPeerResponse>NetworkManagerAsyncClient. associateTransitGatewayConnectPeer(Consumer<AssociateTransitGatewayConnectPeerRequest.Builder> associateTransitGatewayConnectPeerRequest)Associates a transit gateway Connect peer with a device, and optionally, with a link.default CompletableFuture<AssociateTransitGatewayConnectPeerResponse>NetworkManagerAsyncClient. associateTransitGatewayConnectPeer(AssociateTransitGatewayConnectPeerRequest associateTransitGatewayConnectPeerRequest)Associates a transit gateway Connect peer with a device, and optionally, with a link.
-