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 |
---|---|
RegisterElasticIpResult |
AWSOpsWorksClient.registerElasticIp(RegisterElasticIpRequest registerElasticIpRequest)
Registers an Elastic IP address with a specified stack.
|
RegisterElasticIpResult |
AWSOpsWorks.registerElasticIp(RegisterElasticIpRequest registerElasticIpRequest)
Registers an Elastic IP address with a specified stack.
|
Future<RegisterElasticIpResult> |
AWSOpsWorksAsyncClient.registerElasticIpAsync(RegisterElasticIpRequest registerElasticIpRequest)
Registers an Elastic IP address with a specified stack.
|
Future<RegisterElasticIpResult> |
AWSOpsWorksAsync.registerElasticIpAsync(RegisterElasticIpRequest registerElasticIpRequest)
Registers an Elastic IP address with a specified stack.
|
Future<RegisterElasticIpResult> |
AWSOpsWorksAsyncClient.registerElasticIpAsync(RegisterElasticIpRequest registerElasticIpRequest,
AsyncHandler<RegisterElasticIpRequest,RegisterElasticIpResult> asyncHandler)
Registers an Elastic IP address with a specified stack.
|
Future<RegisterElasticIpResult> |
AWSOpsWorksAsync.registerElasticIpAsync(RegisterElasticIpRequest registerElasticIpRequest,
AsyncHandler<RegisterElasticIpRequest,RegisterElasticIpResult> asyncHandler)
Registers an Elastic IP address with a specified stack.
|
Modifier and Type | Method and Description |
---|---|
Future<RegisterElasticIpResult> |
AWSOpsWorksAsyncClient.registerElasticIpAsync(RegisterElasticIpRequest registerElasticIpRequest,
AsyncHandler<RegisterElasticIpRequest,RegisterElasticIpResult> asyncHandler)
Registers an Elastic IP address with a specified stack.
|
Future<RegisterElasticIpResult> |
AWSOpsWorksAsync.registerElasticIpAsync(RegisterElasticIpRequest registerElasticIpRequest,
AsyncHandler<RegisterElasticIpRequest,RegisterElasticIpResult> asyncHandler)
Registers an Elastic IP address with a specified stack.
|
Modifier and Type | Method and Description |
---|---|
RegisterElasticIpRequest |
RegisterElasticIpRequest.withElasticIp(String elasticIp)
The Elastic IP address.
|
RegisterElasticIpRequest |
RegisterElasticIpRequest.withStackId(String stackId)
The stack ID.
|
Copyright © 2014. All rights reserved.