Package | Description |
---|---|
com.amazonaws.services.opsworks |
Synchronous and asynchronous client classes for accessing AWSOpsWorks.
|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
void |
AWSOpsWorksClient.associateElasticIp(AssociateElasticIpRequest associateElasticIpRequest)
Associates one of the stack's registered Elastic IP addresses with a
specified instance.
|
void |
AWSOpsWorks.associateElasticIp(AssociateElasticIpRequest associateElasticIpRequest)
Associates one of the stack's registered Elastic IP addresses with a
specified instance.
|
Future<Void> |
AWSOpsWorksAsyncClient.associateElasticIpAsync(AssociateElasticIpRequest associateElasticIpRequest)
Associates one of the stack's registered Elastic IP addresses with a
specified instance.
|
Future<Void> |
AWSOpsWorksAsync.associateElasticIpAsync(AssociateElasticIpRequest associateElasticIpRequest)
Associates one of the stack's registered Elastic IP addresses with a
specified instance.
|
Future<Void> |
AWSOpsWorksAsyncClient.associateElasticIpAsync(AssociateElasticIpRequest associateElasticIpRequest,
AsyncHandler<AssociateElasticIpRequest,Void> asyncHandler)
Associates one of the stack's registered Elastic IP addresses with a
specified instance.
|
Future<Void> |
AWSOpsWorksAsync.associateElasticIpAsync(AssociateElasticIpRequest associateElasticIpRequest,
AsyncHandler<AssociateElasticIpRequest,Void> asyncHandler)
Associates one of the stack's registered Elastic IP addresses with a
specified instance.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AWSOpsWorksAsyncClient.associateElasticIpAsync(AssociateElasticIpRequest associateElasticIpRequest,
AsyncHandler<AssociateElasticIpRequest,Void> asyncHandler)
Associates one of the stack's registered Elastic IP addresses with a
specified instance.
|
Future<Void> |
AWSOpsWorksAsync.associateElasticIpAsync(AssociateElasticIpRequest associateElasticIpRequest,
AsyncHandler<AssociateElasticIpRequest,Void> asyncHandler)
Associates one of the stack's registered Elastic IP addresses with a
specified instance.
|
Modifier and Type | Method and Description |
---|---|
AssociateElasticIpRequest |
AssociateElasticIpRequest.withElasticIp(String elasticIp)
The Elastic IP address.
|
AssociateElasticIpRequest |
AssociateElasticIpRequest.withInstanceId(String instanceId)
The instance ID.
|
Copyright © 2014. All rights reserved.