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 |
---|---|
void |
AmazonEC2.releaseAddress(ReleaseAddressRequest releaseAddressRequest)
Releases the specified Elastic IP address.
|
void |
AmazonEC2Client.releaseAddress(ReleaseAddressRequest releaseAddressRequest)
Releases the specified Elastic IP address.
|
Future<Void> |
AmazonEC2AsyncClient.releaseAddressAsync(ReleaseAddressRequest releaseAddressRequest)
Releases the specified Elastic IP address.
|
Future<Void> |
AmazonEC2Async.releaseAddressAsync(ReleaseAddressRequest releaseAddressRequest)
Releases the specified Elastic IP address.
|
Future<Void> |
AmazonEC2AsyncClient.releaseAddressAsync(ReleaseAddressRequest releaseAddressRequest,
AsyncHandler<ReleaseAddressRequest,Void> asyncHandler)
Releases the specified Elastic IP address.
|
Future<Void> |
AmazonEC2Async.releaseAddressAsync(ReleaseAddressRequest releaseAddressRequest,
AsyncHandler<ReleaseAddressRequest,Void> asyncHandler)
Releases the specified Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.releaseAddressAsync(ReleaseAddressRequest releaseAddressRequest,
AsyncHandler<ReleaseAddressRequest,Void> asyncHandler)
Releases the specified Elastic IP address.
|
Future<Void> |
AmazonEC2Async.releaseAddressAsync(ReleaseAddressRequest releaseAddressRequest,
AsyncHandler<ReleaseAddressRequest,Void> asyncHandler)
Releases the specified Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
ReleaseAddressRequest |
ReleaseAddressRequest.withAllocationId(String allocationId)
[EC2-VPC] The allocation ID.
|
ReleaseAddressRequest |
ReleaseAddressRequest.withPublicIp(String publicIp)
[EC2-Classic] The Elastic IP address.
|
Modifier and Type | Method and Description |
---|---|
Request<ReleaseAddressRequest> |
ReleaseAddressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.