Uses of Class
com.amazonaws.services.opsworks.model.AssociateElasticIpRequest
-
Packages that use AssociateElasticIpRequest Package Description com.amazonaws.services.opsworks com.amazonaws.services.opsworks.model -
-
Uses of AssociateElasticIpRequest in com.amazonaws.services.opsworks
Method parameters in com.amazonaws.services.opsworks with type arguments of type AssociateElasticIpRequest Modifier and Type Method Description Future<AssociateElasticIpResult>
AbstractAWSOpsWorksAsync. associateElasticIpAsync(AssociateElasticIpRequest request, AsyncHandler<AssociateElasticIpRequest,AssociateElasticIpResult> asyncHandler)
Future<AssociateElasticIpResult>
AWSOpsWorksAsync. associateElasticIpAsync(AssociateElasticIpRequest associateElasticIpRequest, AsyncHandler<AssociateElasticIpRequest,AssociateElasticIpResult> asyncHandler)
Associates one of the stack's registered Elastic IP addresses with a specified instance.Future<AssociateElasticIpResult>
AWSOpsWorksAsyncClient. associateElasticIpAsync(AssociateElasticIpRequest request, AsyncHandler<AssociateElasticIpRequest,AssociateElasticIpResult> asyncHandler)
-
Uses of AssociateElasticIpRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return AssociateElasticIpRequest Modifier and Type Method Description AssociateElasticIpRequest
AssociateElasticIpRequest. clone()
AssociateElasticIpRequest
AssociateElasticIpRequest. withElasticIp(String elasticIp)
The Elastic IP address.AssociateElasticIpRequest
AssociateElasticIpRequest. withInstanceId(String instanceId)
The instance ID.
-