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 |
---|---|
DescribePrefixListsResult |
AmazonEC2.describePrefixLists()
Describes available AWS services in a prefix list format, which
includes the prefix list name and prefix list ID of the service and
the IP address range for the service.
|
DescribePrefixListsResult |
AmazonEC2Client.describePrefixLists()
Describes available AWS services in a prefix list format, which
includes the prefix list name and prefix list ID of the service and
the IP address range for the service.
|
DescribePrefixListsResult |
AmazonEC2.describePrefixLists(DescribePrefixListsRequest describePrefixListsRequest)
Describes available AWS services in a prefix list format, which
includes the prefix list name and prefix list ID of the service and
the IP address range for the service.
|
DescribePrefixListsResult |
AmazonEC2Client.describePrefixLists(DescribePrefixListsRequest describePrefixListsRequest)
Describes available AWS services in a prefix list format, which
includes the prefix list name and prefix list ID of the service and
the IP address range for the service.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribePrefixListsResult> |
AmazonEC2AsyncClient.describePrefixListsAsync(DescribePrefixListsRequest describePrefixListsRequest)
Describes available AWS services in a prefix list format, which
includes the prefix list name and prefix list ID of the service and
the IP address range for the service.
|
Future<DescribePrefixListsResult> |
AmazonEC2Async.describePrefixListsAsync(DescribePrefixListsRequest describePrefixListsRequest)
Describes available AWS services in a prefix list format, which
includes the prefix list name and prefix list ID of the service and
the IP address range for the service.
|
Future<DescribePrefixListsResult> |
AmazonEC2AsyncClient.describePrefixListsAsync(DescribePrefixListsRequest describePrefixListsRequest,
AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Describes available AWS services in a prefix list format, which
includes the prefix list name and prefix list ID of the service and
the IP address range for the service.
|
Future<DescribePrefixListsResult> |
AmazonEC2Async.describePrefixListsAsync(DescribePrefixListsRequest describePrefixListsRequest,
AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Describes available AWS services in a prefix list format, which
includes the prefix list name and prefix list ID of the service and
the IP address range for the service.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribePrefixListsResult> |
AmazonEC2AsyncClient.describePrefixListsAsync(DescribePrefixListsRequest describePrefixListsRequest,
AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Describes available AWS services in a prefix list format, which
includes the prefix list name and prefix list ID of the service and
the IP address range for the service.
|
Future<DescribePrefixListsResult> |
AmazonEC2Async.describePrefixListsAsync(DescribePrefixListsRequest describePrefixListsRequest,
AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Describes available AWS services in a prefix list format, which
includes the prefix list name and prefix list ID of the service and
the IP address range for the service.
|
Modifier and Type | Method and Description |
---|---|
DescribePrefixListsResult |
DescribePrefixListsResult.clone() |
DescribePrefixListsResult |
DescribePrefixListsResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribePrefixListsResult |
DescribePrefixListsResult.withPrefixLists(Collection<PrefixList> prefixLists)
All available prefix lists.
|
DescribePrefixListsResult |
DescribePrefixListsResult.withPrefixLists(PrefixList... prefixLists)
All available prefix lists.
|
Copyright © 2015. All rights reserved.