Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribePrefixListsResult |
AbstractAmazonEC2.describePrefixLists(DescribePrefixListsRequest request) |
DescribePrefixListsResult |
AmazonEC2.describePrefixLists(DescribePrefixListsRequest describePrefixListsRequest)
Describes available Amazon Web Services 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 request)
Describes available Amazon Web Services 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> |
AbstractAmazonEC2Async.describePrefixListsAsync(DescribePrefixListsRequest request) |
Future<DescribePrefixListsResult> |
AmazonEC2Async.describePrefixListsAsync(DescribePrefixListsRequest describePrefixListsRequest)
Describes available Amazon Web Services 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 request) |
Future<DescribePrefixListsResult> |
AbstractAmazonEC2Async.describePrefixListsAsync(DescribePrefixListsRequest request,
AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler) |
Future<DescribePrefixListsResult> |
AmazonEC2Async.describePrefixListsAsync(DescribePrefixListsRequest describePrefixListsRequest,
AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Describes available Amazon Web Services 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 request,
AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<DescribePrefixListsResult> |
AbstractAmazonEC2Async.describePrefixListsAsync(AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Simplified method form for invoking the DescribePrefixLists operation with an AsyncHandler.
|
Future<DescribePrefixListsResult> |
AmazonEC2Async.describePrefixListsAsync(AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Simplified method form for invoking the DescribePrefixLists operation with an AsyncHandler.
|
Future<DescribePrefixListsResult> |
AmazonEC2AsyncClient.describePrefixListsAsync(AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Simplified method form for invoking the DescribePrefixLists operation with an AsyncHandler.
|
Future<DescribePrefixListsResult> |
AbstractAmazonEC2Async.describePrefixListsAsync(DescribePrefixListsRequest request,
AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler) |
Future<DescribePrefixListsResult> |
AmazonEC2Async.describePrefixListsAsync(DescribePrefixListsRequest describePrefixListsRequest,
AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Describes available Amazon Web Services 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 request,
AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribePrefixListsRequest |
DescribePrefixListsRequest.clone() |
DescribePrefixListsRequest |
DescribePrefixListsRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribePrefixListsRequest |
DescribePrefixListsRequest.withFilters(Filter... filters)
One or more filters.
|
DescribePrefixListsRequest |
DescribePrefixListsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribePrefixListsRequest |
DescribePrefixListsRequest.withNextToken(String nextToken)
The token for the next page of results.
|
DescribePrefixListsRequest |
DescribePrefixListsRequest.withPrefixListIds(Collection<String> prefixListIds)
One or more prefix list IDs.
|
DescribePrefixListsRequest |
DescribePrefixListsRequest.withPrefixListIds(String... prefixListIds)
One or more prefix list IDs.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribePrefixListsRequest> |
DescribePrefixListsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.