| Package | Description |
|---|---|
| com.amazonaws.services.opsworks |
|
| com.amazonaws.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateElasticIpResult> |
AWSOpsWorksAsyncClient.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> |
AbstractAWSOpsWorksAsync.associateElasticIpAsync(AssociateElasticIpRequest request,
AsyncHandler<AssociateElasticIpRequest,AssociateElasticIpResult> asyncHandler) |
| 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 © 2024. All rights reserved.