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()
Acquires an Elastic IP address.
|
AllocateAddressResult |
AmazonEC2Client.allocateAddress()
Acquires an Elastic IP address.
|
AllocateAddressResult |
AmazonEC2.allocateAddress(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.
|
AllocateAddressResult |
AmazonEC2Client.allocateAddress(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
AllocateAddressResult |
AllocateAddressResult.clone() |
AllocateAddressResult |
AllocateAddressResult.withAllocationId(String allocationId)
[EC2-VPC] The ID that AWS assigns to represent the allocation of the
Elastic IP address for use with instances in a VPC.
|
AllocateAddressResult |
AllocateAddressResult.withDomain(DomainType domain)
Indicates whether this Elastic IP address is for use with instances in
EC2-Classic (
standard ) or instances in a VPC
(vpc ). |
AllocateAddressResult |
AllocateAddressResult.withDomain(String domain)
Indicates whether this Elastic IP address is for use with instances in
EC2-Classic (
standard ) or instances in a VPC
(vpc ). |
AllocateAddressResult |
AllocateAddressResult.withPublicIp(String publicIp)
The Elastic IP address.
|
Copyright © 2015. All rights reserved.