Uses of Interface
software.amazon.awssdk.services.opsworks.model.UpdateElasticIpRequest.Builder
-
Packages that use UpdateElasticIpRequest.Builder Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.model -
-
Uses of UpdateElasticIpRequest.Builder in software.amazon.awssdk.services.opsworks
Method parameters in software.amazon.awssdk.services.opsworks with type arguments of type UpdateElasticIpRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateElasticIpResponse>OpsWorksAsyncClient. updateElasticIp(Consumer<UpdateElasticIpRequest.Builder> updateElasticIpRequest)Updates a registered Elastic IP address's name.default UpdateElasticIpResponseOpsWorksClient. updateElasticIp(Consumer<UpdateElasticIpRequest.Builder> updateElasticIpRequest)Updates a registered Elastic IP address's name. -
Uses of UpdateElasticIpRequest.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return UpdateElasticIpRequest.Builder Modifier and Type Method Description static UpdateElasticIpRequest.BuilderUpdateElasticIpRequest. builder()UpdateElasticIpRequest.BuilderUpdateElasticIpRequest.Builder. elasticIp(String elasticIp)The IP address for which you want to update the name.UpdateElasticIpRequest.BuilderUpdateElasticIpRequest.Builder. name(String name)The new name.UpdateElasticIpRequest.BuilderUpdateElasticIpRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateElasticIpRequest.BuilderUpdateElasticIpRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateElasticIpRequest.BuilderUpdateElasticIpRequest. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type UpdateElasticIpRequest.Builder Modifier and Type Method Description static Class<? extends UpdateElasticIpRequest.Builder>UpdateElasticIpRequest. serializableBuilderClass()
-