Uses of Class
software.amazon.awssdk.services.opsworks.model.RegisterElasticIpResponse
-
Packages that use RegisterElasticIpResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of RegisterElasticIpResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return RegisterElasticIpResponse Modifier and Type Method Description default RegisterElasticIpResponseOpsWorksClient. registerElasticIp(Consumer<RegisterElasticIpRequest.Builder> registerElasticIpRequest)Registers an Elastic IP address with a specified stack.default RegisterElasticIpResponseOpsWorksClient. registerElasticIp(RegisterElasticIpRequest registerElasticIpRequest)Registers an Elastic IP address with a specified stack.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type RegisterElasticIpResponse Modifier and Type Method Description default CompletableFuture<RegisterElasticIpResponse>OpsWorksAsyncClient. registerElasticIp(Consumer<RegisterElasticIpRequest.Builder> registerElasticIpRequest)Registers an Elastic IP address with a specified stack.default CompletableFuture<RegisterElasticIpResponse>OpsWorksAsyncClient. registerElasticIp(RegisterElasticIpRequest registerElasticIpRequest)Registers an Elastic IP address with a specified stack.
-