Uses of Class
software.amazon.awssdk.services.opsworks.model.DisassociateElasticIpResponse
-
Packages that use DisassociateElasticIpResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of DisassociateElasticIpResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return DisassociateElasticIpResponse Modifier and Type Method Description default DisassociateElasticIpResponseOpsWorksClient. disassociateElasticIp(Consumer<DisassociateElasticIpRequest.Builder> disassociateElasticIpRequest)Disassociates an Elastic IP address from its instance.default DisassociateElasticIpResponseOpsWorksClient. disassociateElasticIp(DisassociateElasticIpRequest disassociateElasticIpRequest)Disassociates an Elastic IP address from its instance.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type DisassociateElasticIpResponse Modifier and Type Method Description default CompletableFuture<DisassociateElasticIpResponse>OpsWorksAsyncClient. disassociateElasticIp(Consumer<DisassociateElasticIpRequest.Builder> disassociateElasticIpRequest)Disassociates an Elastic IP address from its instance.default CompletableFuture<DisassociateElasticIpResponse>OpsWorksAsyncClient. disassociateElasticIp(DisassociateElasticIpRequest disassociateElasticIpRequest)Disassociates an Elastic IP address from its instance.
-