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