Uses of Class
software.amazon.awssdk.services.networkmanager.model.AssociateCustomerGatewayResponse
-
Packages that use AssociateCustomerGatewayResponse 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 AssociateCustomerGatewayResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return AssociateCustomerGatewayResponse Modifier and Type Method Description default AssociateCustomerGatewayResponseNetworkManagerClient. associateCustomerGateway(Consumer<AssociateCustomerGatewayRequest.Builder> associateCustomerGatewayRequest)Associates a customer gateway with a device and optionally, with a link.default AssociateCustomerGatewayResponseNetworkManagerClient. associateCustomerGateway(AssociateCustomerGatewayRequest associateCustomerGatewayRequest)Associates a customer gateway with a device and optionally, with a link.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type AssociateCustomerGatewayResponse Modifier and Type Method Description default CompletableFuture<AssociateCustomerGatewayResponse>NetworkManagerAsyncClient. associateCustomerGateway(Consumer<AssociateCustomerGatewayRequest.Builder> associateCustomerGatewayRequest)Associates a customer gateway with a device and optionally, with a link.default CompletableFuture<AssociateCustomerGatewayResponse>NetworkManagerAsyncClient. associateCustomerGateway(AssociateCustomerGatewayRequest associateCustomerGatewayRequest)Associates a customer gateway with a device and optionally, with a link.
-