Uses of Class
software.amazon.awssdk.services.ec2.model.PrefixList
-
Packages that use PrefixList Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 PrefixList Modifier and Type Method Description List<PrefixList>DescribePrefixListsResponse. prefixLists()All available prefix lists.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PrefixList Modifier and Type Method Description DescribePrefixListsResponse.BuilderDescribePrefixListsResponse.Builder. prefixLists(PrefixList... prefixLists)All available prefix lists.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PrefixList Modifier and Type Method Description DescribePrefixListsResponse.BuilderDescribePrefixListsResponse.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 PrefixList Modifier and Type Method Description SdkIterable<PrefixList>DescribePrefixListsIterable. prefixLists()Returns an iterable to iterate through the paginatedDescribePrefixListsResponse.prefixLists()member.SdkPublisher<PrefixList>DescribePrefixListsPublisher. prefixLists()Returns a publisher that can be used to get a stream of data.
-