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 |
---|---|
DescribeMovingAddressesResult |
AmazonEC2.describeMovingAddresses(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the
EC2-VPC platform, or that are being restored to the EC2-Classic
platform.
|
DescribeMovingAddressesResult |
AmazonEC2Client.describeMovingAddresses(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the
EC2-VPC platform, or that are being restored to the EC2-Classic
platform.
|
Future<DescribeMovingAddressesResult> |
AmazonEC2AsyncClient.describeMovingAddressesAsync(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the
EC2-VPC platform, or that are being restored to the EC2-Classic
platform.
|
Future<DescribeMovingAddressesResult> |
AmazonEC2Async.describeMovingAddressesAsync(DescribeMovingAddressesRequest describeMovingAddressesRequest)
Describes your Elastic IP addresses that are being moved to the
EC2-VPC platform, or that are being restored to the EC2-Classic
platform.
|
Future<DescribeMovingAddressesResult> |
AmazonEC2AsyncClient.describeMovingAddressesAsync(DescribeMovingAddressesRequest describeMovingAddressesRequest,
AsyncHandler<DescribeMovingAddressesRequest,DescribeMovingAddressesResult> asyncHandler)
Describes your Elastic IP addresses that are being moved to the
EC2-VPC platform, or that are being restored to the EC2-Classic
platform.
|
Future<DescribeMovingAddressesResult> |
AmazonEC2Async.describeMovingAddressesAsync(DescribeMovingAddressesRequest describeMovingAddressesRequest,
AsyncHandler<DescribeMovingAddressesRequest,DescribeMovingAddressesResult> asyncHandler)
Describes your Elastic IP addresses that are being moved to the
EC2-VPC platform, or that are being restored to the EC2-Classic
platform.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeMovingAddressesResult> |
AmazonEC2AsyncClient.describeMovingAddressesAsync(DescribeMovingAddressesRequest describeMovingAddressesRequest,
AsyncHandler<DescribeMovingAddressesRequest,DescribeMovingAddressesResult> asyncHandler)
Describes your Elastic IP addresses that are being moved to the
EC2-VPC platform, or that are being restored to the EC2-Classic
platform.
|
Future<DescribeMovingAddressesResult> |
AmazonEC2Async.describeMovingAddressesAsync(DescribeMovingAddressesRequest describeMovingAddressesRequest,
AsyncHandler<DescribeMovingAddressesRequest,DescribeMovingAddressesResult> asyncHandler)
Describes your Elastic IP addresses that are being moved to the
EC2-VPC platform, or that are being restored to the EC2-Classic
platform.
|
Modifier and Type | Method and Description |
---|---|
DescribeMovingAddressesRequest |
DescribeMovingAddressesRequest.clone() |
DescribeMovingAddressesRequest |
DescribeMovingAddressesRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeMovingAddressesRequest |
DescribeMovingAddressesRequest.withFilters(Filter... filters)
One or more filters.
|
DescribeMovingAddressesRequest |
DescribeMovingAddressesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return for the request in a single
page.
|
DescribeMovingAddressesRequest |
DescribeMovingAddressesRequest.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeMovingAddressesRequest |
DescribeMovingAddressesRequest.withPublicIps(Collection<String> publicIps)
One or more Elastic IP addresses.
|
DescribeMovingAddressesRequest |
DescribeMovingAddressesRequest.withPublicIps(String... publicIps)
One or more Elastic IP addresses.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeMovingAddressesRequest> |
DescribeMovingAddressesRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2015. All rights reserved.