Uses of Class
software.amazon.awssdk.services.opsworks.model.AssociateElasticIpRequest
-
Packages that use AssociateElasticIpRequest Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.transform -
-
Uses of AssociateElasticIpRequest in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks with parameters of type AssociateElasticIpRequest Modifier and Type Method Description default CompletableFuture<AssociateElasticIpResponse>OpsWorksAsyncClient. associateElasticIp(AssociateElasticIpRequest 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. -
Uses of AssociateElasticIpRequest in software.amazon.awssdk.services.opsworks.transform
Methods in software.amazon.awssdk.services.opsworks.transform with parameters of type AssociateElasticIpRequest Modifier and Type Method Description SdkHttpFullRequestAssociateElasticIpRequestMarshaller. marshall(AssociateElasticIpRequest associateElasticIpRequest)
-