Uses of Class
com.amazonaws.services.opsworks.model.RegisterElasticIpRequest
-
Packages that use RegisterElasticIpRequest Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of RegisterElasticIpRequest in com.amazonaws.services.opsworks
Method parameters in com.amazonaws.services.opsworks with type arguments of type RegisterElasticIpRequest 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 RegisterElasticIpRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return RegisterElasticIpRequest Modifier and Type Method Description RegisterElasticIpRequestRegisterElasticIpRequest. clone()RegisterElasticIpRequestRegisterElasticIpRequest. withElasticIp(String elasticIp)The Elastic IP address.RegisterElasticIpRequestRegisterElasticIpRequest. withStackId(String stackId)The stack ID.
-