Uses of Class
com.amazonaws.services.ec2.model.DescribePrefixListsRequest
-
Packages that use DescribePrefixListsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribePrefixListsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DescribePrefixListsRequest Modifier and Type Method Description DescribePrefixListsResultAbstractAmazonEC2. describePrefixLists(DescribePrefixListsRequest request)DescribePrefixListsResultAmazonEC2. 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.DescribePrefixListsResultAmazonEC2Client. 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.Future<DescribePrefixListsResult>AbstractAmazonEC2Async. describePrefixListsAsync(DescribePrefixListsRequest request)Future<DescribePrefixListsResult>AbstractAmazonEC2Async. describePrefixListsAsync(DescribePrefixListsRequest request, AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> 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(DescribePrefixListsRequest request)Future<DescribePrefixListsResult>AmazonEC2AsyncClient. describePrefixListsAsync(DescribePrefixListsRequest request, AsyncHandler<DescribePrefixListsRequest,DescribePrefixListsResult> asyncHandler)Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribePrefixListsRequest 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 DescribePrefixListsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribePrefixListsRequest Modifier and Type Method Description DescribePrefixListsRequestDescribePrefixListsRequest. clone()DescribePrefixListsRequestDescribePrefixListsRequest. withFilters(Filter... filters)One or more filters.DescribePrefixListsRequestDescribePrefixListsRequest. withFilters(Collection<Filter> filters)One or more filters.DescribePrefixListsRequestDescribePrefixListsRequest. withMaxResults(Integer maxResults)The maximum number of items to return for this request.DescribePrefixListsRequestDescribePrefixListsRequest. withNextToken(String nextToken)The token for the next set of items to return.DescribePrefixListsRequestDescribePrefixListsRequest. withPrefixListIds(String... prefixListIds)One or more prefix list IDs.DescribePrefixListsRequestDescribePrefixListsRequest. withPrefixListIds(Collection<String> prefixListIds)One or more prefix list IDs.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribePrefixListsRequest Modifier and Type Method Description Request<DescribePrefixListsRequest>DescribePrefixListsRequest. getDryRunRequest()This method is intended for internal use only.
-