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