Uses of Interface
software.amazon.awssdk.services.opsworks.model.AssociateElasticIpRequest.Builder
-
Packages that use AssociateElasticIpRequest.Builder Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.model -
-
Uses of AssociateElasticIpRequest.Builder in software.amazon.awssdk.services.opsworks
Method parameters in software.amazon.awssdk.services.opsworks with type arguments of type AssociateElasticIpRequest.Builder 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 AssociateElasticIpResponseOpsWorksClient. associateElasticIp(Consumer<AssociateElasticIpRequest.Builder> associateElasticIpRequest)Associates one of the stack's registered Elastic IP addresses with a specified instance. -
Uses of AssociateElasticIpRequest.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return AssociateElasticIpRequest.Builder Modifier and Type Method Description static AssociateElasticIpRequest.BuilderAssociateElasticIpRequest. builder()AssociateElasticIpRequest.BuilderAssociateElasticIpRequest.Builder. elasticIp(String elasticIp)The Elastic IP address.AssociateElasticIpRequest.BuilderAssociateElasticIpRequest.Builder. instanceId(String instanceId)The instance ID.AssociateElasticIpRequest.BuilderAssociateElasticIpRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateElasticIpRequest.BuilderAssociateElasticIpRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateElasticIpRequest.BuilderAssociateElasticIpRequest. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type AssociateElasticIpRequest.Builder Modifier and Type Method Description static Class<? extends AssociateElasticIpRequest.Builder>AssociateElasticIpRequest. serializableBuilderClass()
-