Uses of Class
com.amazonaws.services.opsworks.model.UpdateElasticIpRequest
-
Packages that use UpdateElasticIpRequest Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of UpdateElasticIpRequest in com.amazonaws.services.opsworks
Method parameters in com.amazonaws.services.opsworks with type arguments of type UpdateElasticIpRequest Modifier and Type Method Description Future<UpdateElasticIpResult>
AbstractAWSOpsWorksAsync. updateElasticIpAsync(UpdateElasticIpRequest request, AsyncHandler<UpdateElasticIpRequest,UpdateElasticIpResult> asyncHandler)
Future<UpdateElasticIpResult>
AWSOpsWorksAsync. updateElasticIpAsync(UpdateElasticIpRequest updateElasticIpRequest, AsyncHandler<UpdateElasticIpRequest,UpdateElasticIpResult> asyncHandler)
Updates a registered Elastic IP address's name.Future<UpdateElasticIpResult>
AWSOpsWorksAsyncClient. updateElasticIpAsync(UpdateElasticIpRequest request, AsyncHandler<UpdateElasticIpRequest,UpdateElasticIpResult> asyncHandler)
-
Uses of UpdateElasticIpRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return UpdateElasticIpRequest Modifier and Type Method Description UpdateElasticIpRequest
UpdateElasticIpRequest. clone()
UpdateElasticIpRequest
UpdateElasticIpRequest. withElasticIp(String elasticIp)
The address.UpdateElasticIpRequest
UpdateElasticIpRequest. withName(String name)
The new name.
-