Uses of Class
software.amazon.awssdk.services.networkmanager.model.AssociateCustomerGatewayRequest
-
Packages that use AssociateCustomerGatewayRequest 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.software.amazon.awssdk.services.networkmanager.transform -
-
Uses of AssociateCustomerGatewayRequest in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager with parameters of type AssociateCustomerGatewayRequest Modifier and Type Method Description default CompletableFuture<AssociateCustomerGatewayResponse>NetworkManagerAsyncClient. associateCustomerGateway(AssociateCustomerGatewayRequest 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. -
Uses of AssociateCustomerGatewayRequest in software.amazon.awssdk.services.networkmanager.transform
Methods in software.amazon.awssdk.services.networkmanager.transform with parameters of type AssociateCustomerGatewayRequest Modifier and Type Method Description SdkHttpFullRequestAssociateCustomerGatewayRequestMarshaller. marshall(AssociateCustomerGatewayRequest associateCustomerGatewayRequest)
-