Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
AllocateAddressResult |
AmazonEC2Client.allocateAddress() |
AllocateAddressResult |
AmazonEC2.allocateAddress()
Simplified method form for invoking the AllocateAddress operation.
|
AllocateAddressResult |
AbstractAmazonEC2.allocateAddress() |
AllocateAddressResult |
AmazonEC2Client.allocateAddress(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.
|
AllocateAddressResult |
AmazonEC2.allocateAddress(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.
|
AllocateAddressResult |
AbstractAmazonEC2.allocateAddress(AllocateAddressRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.
|
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.
|
java.util.concurrent.Future<AllocateAddressResult> |
AbstractAmazonEC2Async.allocateAddressAsync()
Simplified method form for invoking the AllocateAddress operation.
|
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest request) |
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest)
Acquires an Elastic IP address.
|
java.util.concurrent.Future<AllocateAddressResult> |
AbstractAmazonEC2Async.allocateAddressAsync(AllocateAddressRequest request) |
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest request,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler) |
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Acquires an Elastic IP address.
|
java.util.concurrent.Future<AllocateAddressResult> |
AbstractAmazonEC2Async.allocateAddressAsync(AllocateAddressRequest request,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler) |
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an
AsyncHandler.
|
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an
AsyncHandler.
|
java.util.concurrent.Future<AllocateAddressResult> |
AbstractAmazonEC2Async.allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an
AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AllocateAddressRequest request,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler) |
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AllocateAddressRequest allocateAddressRequest,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Acquires an Elastic IP address.
|
java.util.concurrent.Future<AllocateAddressResult> |
AbstractAmazonEC2Async.allocateAddressAsync(AllocateAddressRequest request,
AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler) |
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2AsyncClient.allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an
AsyncHandler.
|
java.util.concurrent.Future<AllocateAddressResult> |
AmazonEC2Async.allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an
AsyncHandler.
|
java.util.concurrent.Future<AllocateAddressResult> |
AbstractAmazonEC2Async.allocateAddressAsync(AsyncHandler<AllocateAddressRequest,AllocateAddressResult> asyncHandler)
Simplified method form for invoking the AllocateAddress operation with an
AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
AllocateAddressResult |
AllocateAddressResult.clone() |
AllocateAddressResult |
AllocateAddressResult.withAllocationId(java.lang.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(java.lang.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(java.lang.String publicIp)
The Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
AllocateAddressResult |
AllocateAddressResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |