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 RegisterElasticIpResultAbstractAWSOpsWorks. registerElasticIp(RegisterElasticIpRequest request)RegisterElasticIpResultAWSOpsWorks. registerElasticIp(RegisterElasticIpRequest registerElasticIpRequest)Registers an Elastic IP address with a specified stack.RegisterElasticIpResultAWSOpsWorksClient. 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 RegisterElasticIpResultRegisterElasticIpResult. clone()RegisterElasticIpResultRegisterElasticIpResult. withElasticIp(String elasticIp)The Elastic IP address.
-