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 AssociateElasticIpRequestAssociateElasticIpRequest. clone()AssociateElasticIpRequestAssociateElasticIpRequest. withElasticIp(String elasticIp)The Elastic IP address.AssociateElasticIpRequestAssociateElasticIpRequest. withInstanceId(String instanceId)The instance ID.
-