Uses of Class
software.amazon.awssdk.services.networkmanager.model.DisassociateCustomerGatewayResponse
-
Packages that use DisassociateCustomerGatewayResponse 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 DisassociateCustomerGatewayResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return DisassociateCustomerGatewayResponse Modifier and Type Method Description default DisassociateCustomerGatewayResponseNetworkManagerClient. disassociateCustomerGateway(Consumer<DisassociateCustomerGatewayRequest.Builder> disassociateCustomerGatewayRequest)Disassociates a customer gateway from a device and a link.default DisassociateCustomerGatewayResponseNetworkManagerClient. disassociateCustomerGateway(DisassociateCustomerGatewayRequest disassociateCustomerGatewayRequest)Disassociates a customer gateway from a device and a link.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type DisassociateCustomerGatewayResponse Modifier and Type Method Description default CompletableFuture<DisassociateCustomerGatewayResponse>NetworkManagerAsyncClient. disassociateCustomerGateway(Consumer<DisassociateCustomerGatewayRequest.Builder> disassociateCustomerGatewayRequest)Disassociates a customer gateway from a device and a link.default CompletableFuture<DisassociateCustomerGatewayResponse>NetworkManagerAsyncClient. disassociateCustomerGateway(DisassociateCustomerGatewayRequest disassociateCustomerGatewayRequest)Disassociates a customer gateway from a device and a link.
-