Uses of Interface
software.amazon.awssdk.services.opsworks.model.RegisterElasticIpRequest.Builder
-
Packages that use RegisterElasticIpRequest.Builder Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.model -
-
Uses of RegisterElasticIpRequest.Builder in software.amazon.awssdk.services.opsworks
Method parameters in software.amazon.awssdk.services.opsworks with type arguments of type RegisterElasticIpRequest.Builder Modifier and Type Method Description default CompletableFuture<RegisterElasticIpResponse>OpsWorksAsyncClient. registerElasticIp(Consumer<RegisterElasticIpRequest.Builder> registerElasticIpRequest)Registers an Elastic IP address with a specified stack.default RegisterElasticIpResponseOpsWorksClient. registerElasticIp(Consumer<RegisterElasticIpRequest.Builder> registerElasticIpRequest)Registers an Elastic IP address with a specified stack. -
Uses of RegisterElasticIpRequest.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return RegisterElasticIpRequest.Builder Modifier and Type Method Description static RegisterElasticIpRequest.BuilderRegisterElasticIpRequest. builder()RegisterElasticIpRequest.BuilderRegisterElasticIpRequest.Builder. elasticIp(String elasticIp)The Elastic IP address.RegisterElasticIpRequest.BuilderRegisterElasticIpRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RegisterElasticIpRequest.BuilderRegisterElasticIpRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RegisterElasticIpRequest.BuilderRegisterElasticIpRequest.Builder. stackId(String stackId)The stack ID.RegisterElasticIpRequest.BuilderRegisterElasticIpRequest. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type RegisterElasticIpRequest.Builder Modifier and Type Method Description static Class<? extends RegisterElasticIpRequest.Builder>RegisterElasticIpRequest. serializableBuilderClass()
-