| Package | Description |
|---|---|
| com.amazonaws.services.opsworks | |
| com.amazonaws.services.opsworks.model |
| 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.
|
void |
AbstractAWSOpsWorks.associateElasticIp(AssociateElasticIpRequest request) |
Future<Void> |
AbstractAWSOpsWorksAsync.associateElasticIpAsync(AssociateElasticIpRequest request) |
Future<Void> |
AWSOpsWorksAsyncClient.associateElasticIpAsync(AssociateElasticIpRequest request) |
Future<Void> |
AWSOpsWorksAsync.associateElasticIpAsync(AssociateElasticIpRequest associateElasticIpRequest)
Associates one of the stack's registered Elastic IP addresses with a
specified instance.
|
Future<Void> |
AbstractAWSOpsWorksAsync.associateElasticIpAsync(AssociateElasticIpRequest request,
AsyncHandler<AssociateElasticIpRequest,Void> asyncHandler) |
Future<Void> |
AWSOpsWorksAsyncClient.associateElasticIpAsync(AssociateElasticIpRequest request,
AsyncHandler<AssociateElasticIpRequest,Void> asyncHandler) |
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> |
AbstractAWSOpsWorksAsync.associateElasticIpAsync(AssociateElasticIpRequest request,
AsyncHandler<AssociateElasticIpRequest,Void> asyncHandler) |
Future<Void> |
AWSOpsWorksAsyncClient.associateElasticIpAsync(AssociateElasticIpRequest request,
AsyncHandler<AssociateElasticIpRequest,Void> asyncHandler) |
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.clone() |
AssociateElasticIpRequest |
AssociateElasticIpRequest.withElasticIp(String elasticIp)
The Elastic IP address.
|
AssociateElasticIpRequest |
AssociateElasticIpRequest.withInstanceId(String instanceId)
The instance ID.
|
Copyright © 2016. All rights reserved.