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 DescribePrefixListsResultAbstractAmazonEC2. describePrefixLists()DescribePrefixListsResultAbstractAmazonEC2. describePrefixLists(DescribePrefixListsRequest request)DescribePrefixListsResultAmazonEC2. describePrefixLists()Simplified method form for invoking the DescribePrefixLists operation.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()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.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 DescribePrefixListsResultDescribePrefixListsResult. clone()DescribePrefixListsResultDescribePrefixListsResult. withNextToken(String nextToken)The token to use when requesting the next set of items.DescribePrefixListsResultDescribePrefixListsResult. withPrefixLists(PrefixList... prefixLists)All available prefix lists.DescribePrefixListsResultDescribePrefixListsResult. withPrefixLists(Collection<PrefixList> prefixLists)All available prefix lists.
-