Uses of Interface
software.amazon.awssdk.services.opsworks.model.DeregisterElasticIpRequest.Builder
-
Packages that use DeregisterElasticIpRequest.Builder Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.model -
-
Uses of DeregisterElasticIpRequest.Builder in software.amazon.awssdk.services.opsworks
Method parameters in software.amazon.awssdk.services.opsworks with type arguments of type DeregisterElasticIpRequest.Builder Modifier and Type Method Description default CompletableFuture<DeregisterElasticIpResponse>OpsWorksAsyncClient. deregisterElasticIp(Consumer<DeregisterElasticIpRequest.Builder> deregisterElasticIpRequest)Deregisters a specified Elastic IP address.default DeregisterElasticIpResponseOpsWorksClient. deregisterElasticIp(Consumer<DeregisterElasticIpRequest.Builder> deregisterElasticIpRequest)Deregisters a specified Elastic IP address. -
Uses of DeregisterElasticIpRequest.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return DeregisterElasticIpRequest.Builder Modifier and Type Method Description static DeregisterElasticIpRequest.BuilderDeregisterElasticIpRequest. builder()DeregisterElasticIpRequest.BuilderDeregisterElasticIpRequest.Builder. elasticIp(String elasticIp)The Elastic IP address.DeregisterElasticIpRequest.BuilderDeregisterElasticIpRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeregisterElasticIpRequest.BuilderDeregisterElasticIpRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeregisterElasticIpRequest.BuilderDeregisterElasticIpRequest. toBuilder()Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type DeregisterElasticIpRequest.Builder Modifier and Type Method Description static Class<? extends DeregisterElasticIpRequest.Builder>DeregisterElasticIpRequest. serializableBuilderClass()
-