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