Uses of Class
com.amazonaws.services.ec2.model.DescribePrefixListsResult
-
Packages that use DescribePrefixListsResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribePrefixListsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribePrefixListsResult Modifier and Type Method Description DescribePrefixListsResult
AbstractAmazonEC2. describePrefixLists()
DescribePrefixListsResult
AbstractAmazonEC2. describePrefixLists(DescribePrefixListsRequest request)
DescribePrefixListsResult
AmazonEC2. describePrefixLists()
Simplified method form for invoking the DescribePrefixLists operation.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()
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.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribePrefixListsResult Modifier and Type Method Description Future<DescribePrefixListsResult>
AbstractAmazonEC2Async. describePrefixListsAsync()
Simplified method form for invoking the DescribePrefixLists operation.Future<DescribePrefixListsResult>
AbstractAmazonEC2Async. describePrefixListsAsync(AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Simplified method form for invoking the DescribePrefixLists operation with an AsyncHandler.Future<DescribePrefixListsResult>
AbstractAmazonEC2Async. describePrefixListsAsync(DescribePrefixListsRequest request)
Future<DescribePrefixListsResult>
AbstractAmazonEC2Async. describePrefixListsAsync(DescribePrefixListsRequest request, AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Future<DescribePrefixListsResult>
AmazonEC2Async. describePrefixListsAsync()
Simplified method form for invoking the DescribePrefixLists operation.Future<DescribePrefixListsResult>
AmazonEC2Async. describePrefixListsAsync(AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Simplified method form for invoking the DescribePrefixLists operation with an AsyncHandler.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>
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.Future<DescribePrefixListsResult>
AmazonEC2AsyncClient. describePrefixListsAsync()
Simplified method form for invoking the DescribePrefixLists operation.Future<DescribePrefixListsResult>
AmazonEC2AsyncClient. describePrefixListsAsync(AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Simplified method form for invoking the DescribePrefixLists operation with an AsyncHandler.Future<DescribePrefixListsResult>
AmazonEC2AsyncClient. describePrefixListsAsync(DescribePrefixListsRequest request)
Future<DescribePrefixListsResult>
AmazonEC2AsyncClient. describePrefixListsAsync(DescribePrefixListsRequest request, AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribePrefixListsResult Modifier and Type Method Description Future<DescribePrefixListsResult>
AbstractAmazonEC2Async. 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(AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Simplified method form for invoking the DescribePrefixLists operation with an AsyncHandler.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.Future<DescribePrefixListsResult>
AmazonEC2AsyncClient. describePrefixListsAsync(AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
Simplified method form for invoking the DescribePrefixLists operation with an AsyncHandler.Future<DescribePrefixListsResult>
AmazonEC2AsyncClient. describePrefixListsAsync(DescribePrefixListsRequest request, AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)
-
Uses of DescribePrefixListsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribePrefixListsResult Modifier and Type Method Description DescribePrefixListsResult
DescribePrefixListsResult. clone()
DescribePrefixListsResult
DescribePrefixListsResult. withNextToken(String nextToken)
The token to use when requesting the next set of items.DescribePrefixListsResult
DescribePrefixListsResult. withPrefixLists(PrefixList... prefixLists)
All available prefix lists.DescribePrefixListsResult
DescribePrefixListsResult. withPrefixLists(Collection<PrefixList> prefixLists)
All available prefix lists.
-