Uses of Class
software.amazon.awssdk.services.ec2.model.PrefixList
Packages that use PrefixList
Package
Description
-
Uses of PrefixList in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PrefixListModifier and TypeMethodDescriptionfinal List<PrefixList>DescribePrefixListsResponse.prefixLists()All available prefix lists.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PrefixListModifier and TypeMethodDescriptionDescribePrefixListsResponse.Builder.prefixLists(PrefixList... prefixLists) All available prefix lists.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PrefixListModifier and TypeMethodDescriptionDescribePrefixListsResponse.Builder.prefixLists(Collection<PrefixList> prefixLists) All available prefix lists. -
Uses of PrefixList in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type PrefixListModifier and TypeMethodDescriptionfinal SdkIterable<PrefixList>DescribePrefixListsIterable.prefixLists()Returns an iterable to iterate through the paginatedDescribePrefixListsResponse.prefixLists()member.final SdkPublisher<PrefixList>DescribePrefixListsPublisher.prefixLists()Returns a publisher that can be used to get a stream of data.