Uses of Class
software.amazon.awssdk.services.ec2.model.PrefixListEntry
-
Packages that use PrefixListEntry Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of PrefixListEntry in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PrefixListEntry Modifier and Type Method Description List<PrefixListEntry>GetManagedPrefixListEntriesResponse. entries()Information about the prefix list entries.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PrefixListEntry Modifier and Type Method Description GetManagedPrefixListEntriesResponse.BuilderGetManagedPrefixListEntriesResponse.Builder. entries(PrefixListEntry... entries)Information about the prefix list entries.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PrefixListEntry Modifier and Type Method Description GetManagedPrefixListEntriesResponse.BuilderGetManagedPrefixListEntriesResponse.Builder. entries(Collection<PrefixListEntry> entries)Information about the prefix list entries. -
Uses of PrefixListEntry in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type PrefixListEntry Modifier and Type Method Description SdkIterable<PrefixListEntry>GetManagedPrefixListEntriesIterable. entries()Returns an iterable to iterate through the paginatedGetManagedPrefixListEntriesResponse.entries()member.SdkPublisher<PrefixListEntry>GetManagedPrefixListEntriesPublisher. entries()Returns a publisher that can be used to get a stream of data.
-