Uses of Class
com.amazonaws.services.opsworks.model.RegisterElasticIpResult
-
Packages that use RegisterElasticIpResult Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of RegisterElasticIpResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return RegisterElasticIpResult Modifier and Type Method Description RegisterElasticIpResult
AbstractAWSOpsWorks. registerElasticIp(RegisterElasticIpRequest request)
RegisterElasticIpResult
AWSOpsWorks. registerElasticIp(RegisterElasticIpRequest registerElasticIpRequest)
Registers an Elastic IP address with a specified stack.RegisterElasticIpResult
AWSOpsWorksClient. registerElasticIp(RegisterElasticIpRequest registerElasticIpRequest)
Registers an Elastic IP address with a specified stack.Method parameters in com.amazonaws.services.opsworks with type arguments of type RegisterElasticIpResult Modifier and Type Method Description Future<RegisterElasticIpResult>
AbstractAWSOpsWorksAsync. registerElasticIpAsync(RegisterElasticIpRequest request, AsyncHandler<RegisterElasticIpRequest,RegisterElasticIpResult> asyncHandler)
Future<RegisterElasticIpResult>
AWSOpsWorksAsync. registerElasticIpAsync(RegisterElasticIpRequest registerElasticIpRequest, AsyncHandler<RegisterElasticIpRequest,RegisterElasticIpResult> asyncHandler)
Registers an Elastic IP address with a specified stack.Future<RegisterElasticIpResult>
AWSOpsWorksAsyncClient. registerElasticIpAsync(RegisterElasticIpRequest request, AsyncHandler<RegisterElasticIpRequest,RegisterElasticIpResult> asyncHandler)
-
Uses of RegisterElasticIpResult in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return RegisterElasticIpResult Modifier and Type Method Description RegisterElasticIpResult
RegisterElasticIpResult. clone()
RegisterElasticIpResult
RegisterElasticIpResult. withElasticIp(String elasticIp)
The Elastic IP address.
-