Uses of Class
com.amazonaws.services.ec2.model.DescribePrefixListsRequest
Packages that use DescribePrefixListsRequest
-
Uses of DescribePrefixListsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DescribePrefixListsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.describePrefixLists
(DescribePrefixListsRequest request) 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.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.AbstractAmazonEC2Async.describePrefixListsAsync
(DescribePrefixListsRequest request) AbstractAmazonEC2Async.describePrefixListsAsync
(DescribePrefixListsRequest request, AsyncHandler<DescribePrefixListsRequest, DescribePrefixListsResult> asyncHandler) 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.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.AmazonEC2AsyncClient.describePrefixListsAsync
(DescribePrefixListsRequest request) AmazonEC2AsyncClient.describePrefixListsAsync
(DescribePrefixListsRequest request, AsyncHandler<DescribePrefixListsRequest, DescribePrefixListsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribePrefixListsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describePrefixListsAsync
(AsyncHandler<DescribePrefixListsRequest, DescribePrefixListsResult> asyncHandler) Simplified method form for invoking the DescribePrefixLists operation with an AsyncHandler.AbstractAmazonEC2Async.describePrefixListsAsync
(DescribePrefixListsRequest request, AsyncHandler<DescribePrefixListsRequest, DescribePrefixListsResult> asyncHandler) AmazonEC2Async.describePrefixListsAsync
(AsyncHandler<DescribePrefixListsRequest, DescribePrefixListsResult> asyncHandler) Simplified method form for invoking the DescribePrefixLists operation with an AsyncHandler.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.AmazonEC2AsyncClient.describePrefixListsAsync
(AsyncHandler<DescribePrefixListsRequest, DescribePrefixListsResult> asyncHandler) Simplified method form for invoking the DescribePrefixLists operation with an AsyncHandler.AmazonEC2AsyncClient.describePrefixListsAsync
(DescribePrefixListsRequest request, AsyncHandler<DescribePrefixListsRequest, DescribePrefixListsResult> asyncHandler) -
Uses of DescribePrefixListsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribePrefixListsRequestModifier and TypeMethodDescriptionDescribePrefixListsRequest.clone()
DescribePrefixListsRequest.withFilters
(Filter... filters) One or more filters.DescribePrefixListsRequest.withFilters
(Collection<Filter> filters) One or more filters.DescribePrefixListsRequest.withMaxResults
(Integer maxResults) The maximum number of items to return for this request.DescribePrefixListsRequest.withNextToken
(String nextToken) The token for the next set of items to return.DescribePrefixListsRequest.withPrefixListIds
(String... prefixListIds) One or more prefix list IDs.DescribePrefixListsRequest.withPrefixListIds
(Collection<String> prefixListIds) One or more prefix list IDs.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribePrefixListsRequestModifier and TypeMethodDescriptionDescribePrefixListsRequest.getDryRunRequest()
This method is intended for internal use only.