Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeManagedPrefixListsResult> |
AbstractAmazonEC2Async.describeManagedPrefixListsAsync(DescribeManagedPrefixListsRequest request,
AsyncHandler<DescribeManagedPrefixListsRequest,DescribeManagedPrefixListsResult> asyncHandler) |
Future<DescribeManagedPrefixListsResult> |
AmazonEC2Async.describeManagedPrefixListsAsync(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest,
AsyncHandler<DescribeManagedPrefixListsRequest,DescribeManagedPrefixListsResult> asyncHandler)
Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.
|
Future<DescribeManagedPrefixListsResult> |
AmazonEC2AsyncClient.describeManagedPrefixListsAsync(DescribeManagedPrefixListsRequest request,
AsyncHandler<DescribeManagedPrefixListsRequest,DescribeManagedPrefixListsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeManagedPrefixListsRequest |
DescribeManagedPrefixListsRequest.clone() |
DescribeManagedPrefixListsRequest |
DescribeManagedPrefixListsRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeManagedPrefixListsRequest |
DescribeManagedPrefixListsRequest.withFilters(Filter... filters)
One or more filters.
|
DescribeManagedPrefixListsRequest |
DescribeManagedPrefixListsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeManagedPrefixListsRequest |
DescribeManagedPrefixListsRequest.withNextToken(String nextToken)
The token for the next page of results.
|
DescribeManagedPrefixListsRequest |
DescribeManagedPrefixListsRequest.withPrefixListIds(Collection<String> prefixListIds)
One or more prefix list IDs.
|
DescribeManagedPrefixListsRequest |
DescribeManagedPrefixListsRequest.withPrefixListIds(String... prefixListIds)
One or more prefix list IDs.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeManagedPrefixListsRequest> |
DescribeManagedPrefixListsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.