Uses of Class
software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest
Packages that use DescribePrefixListsRequest
Package
Description
-
Uses of DescribePrefixListsRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribePrefixListsRequestModifier and TypeMethodDescriptionEc2AsyncClient.describePrefixLists(DescribePrefixListsRequest describePrefixListsRequest) Describes available Amazon Web Services 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.default DescribePrefixListsResponseEc2Client.describePrefixLists(DescribePrefixListsRequest describePrefixListsRequest) Describes available Amazon Web Services 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.default DescribePrefixListsPublisherEc2AsyncClient.describePrefixListsPaginator(DescribePrefixListsRequest describePrefixListsRequest) This is a variant ofEc2AsyncClient.describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest)operation.default DescribePrefixListsIterableEc2Client.describePrefixListsPaginator(DescribePrefixListsRequest describePrefixListsRequest) This is a variant ofEc2Client.describePrefixLists(software.amazon.awssdk.services.ec2.model.DescribePrefixListsRequest)operation. -
Uses of DescribePrefixListsRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribePrefixListsRequestModifierConstructorDescriptionDescribePrefixListsIterable(Ec2Client client, DescribePrefixListsRequest firstRequest) DescribePrefixListsPublisher(Ec2AsyncClient client, DescribePrefixListsRequest firstRequest) -
Uses of DescribePrefixListsRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribePrefixListsRequestModifier and TypeMethodDescriptionDescribePrefixListsRequestMarshaller.marshall(DescribePrefixListsRequest describePrefixListsRequest)