Uses of Class
software.amazon.awssdk.services.opsworks.model.AssociateElasticIpResponse
-
Packages that use AssociateElasticIpResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of AssociateElasticIpResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return AssociateElasticIpResponse Modifier and Type Method Description default AssociateElasticIpResponseOpsWorksClient. associateElasticIp(Consumer<AssociateElasticIpRequest.Builder> associateElasticIpRequest)Associates one of the stack's registered Elastic IP addresses with a specified instance.default AssociateElasticIpResponseOpsWorksClient. associateElasticIp(AssociateElasticIpRequest associateElasticIpRequest)Associates one of the stack's registered Elastic IP addresses with a specified instance.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type AssociateElasticIpResponse Modifier and Type Method Description default CompletableFuture<AssociateElasticIpResponse>OpsWorksAsyncClient. associateElasticIp(Consumer<AssociateElasticIpRequest.Builder> associateElasticIpRequest)Associates one of the stack's registered Elastic IP addresses with a specified instance.default CompletableFuture<AssociateElasticIpResponse>OpsWorksAsyncClient. associateElasticIp(AssociateElasticIpRequest associateElasticIpRequest)Associates one of the stack's registered Elastic IP addresses with a specified instance.
-