Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
AllocateAddressResult |
AmazonEC2.allocateAddress(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.
|
AllocateAddressResult |
AmazonEC2Client.allocateAddress(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.
|
Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.
|
Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.
|
Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Acquires an Elastic IP address.
|
Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Acquires an Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Acquires an Elastic IP address.
|
Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Acquires an Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
AllocateAddressRequest |
AllocateAddressRequest.withDomain(DomainType domain)
Set to
vpc to allocate the address for use with instances
in a VPC. |
AllocateAddressRequest |
AllocateAddressRequest.withDomain(String domain)
Set to
vpc to allocate the address for use with instances
in a VPC. |
Modifier and Type | Method and Description |
---|---|
Request<AllocateAddressRequest> |
AllocateAddressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.