Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
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 |
---|---|
AllocateAddressRequest |
AllocateAddressRequest.clone() |
AllocateAddressRequest |
AllocateAddressRequest.withDomain(DomainType domain)
Set to
vpc to allocate the address for use with instances in
a VPC. |
AllocateAddressRequest |
AllocateAddressRequest.withDomain(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
Request<AllocateAddressRequest> |
AllocateAddressRequestMarshaller.marshall(AllocateAddressRequest allocateAddressRequest) |
Modifier and Type | Method and Description |
---|---|
Request<AllocateAddressRequest> |
AllocateAddressRequestMarshaller.marshall(AllocateAddressRequest allocateAddressRequest) |