Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeManagedPrefixListsResult |
AmazonEC2Client.describeManagedPrefixLists(DescribeManagedPrefixListsRequest request)
Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.
|
DescribeManagedPrefixListsResult |
AmazonEC2.describeManagedPrefixLists(DescribeManagedPrefixListsRequest describeManagedPrefixListsRequest)
Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.
|
DescribeManagedPrefixListsResult |
AbstractAmazonEC2.describeManagedPrefixLists(DescribeManagedPrefixListsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeManagedPrefixListsResult> |
AbstractAmazonEC2Async.describeManagedPrefixListsAsync(DescribeManagedPrefixListsRequest request,
AsyncHandler<DescribeManagedPrefixListsRequest,DescribeManagedPrefixListsResult> asyncHandler) |
Future<DescribeManagedPrefixListsResult> |
AmazonEC2AsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
DescribeManagedPrefixListsResult |
DescribeManagedPrefixListsResult.clone() |
DescribeManagedPrefixListsResult |
DescribeManagedPrefixListsResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeManagedPrefixListsResult |
DescribeManagedPrefixListsResult.withPrefixLists(Collection<ManagedPrefixList> prefixLists)
Information about the prefix lists.
|
DescribeManagedPrefixListsResult |
DescribeManagedPrefixListsResult.withPrefixLists(ManagedPrefixList... prefixLists)
Information about the prefix lists.
|
Copyright © 2023. All rights reserved.