Uses of Class
software.amazon.awssdk.services.ec2.model.ManagedPrefixList
Packages that use ManagedPrefixList
Package
Description
-
Uses of ManagedPrefixList in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ManagedPrefixListModifier and TypeMethodDescriptionfinal ManagedPrefixListCreateManagedPrefixListResponse.prefixList()Information about the prefix list.final ManagedPrefixListDeleteManagedPrefixListResponse.prefixList()Information about the prefix list.final ManagedPrefixListModifyManagedPrefixListResponse.prefixList()Information about the prefix list.final ManagedPrefixListRestoreManagedPrefixListVersionResponse.prefixList()Information about the prefix list.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ManagedPrefixListModifier and TypeMethodDescriptionfinal List<ManagedPrefixList>DescribeManagedPrefixListsResponse.prefixLists()Information about the prefix lists.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ManagedPrefixListModifier and TypeMethodDescriptionCreateManagedPrefixListResponse.Builder.prefixList(ManagedPrefixList prefixList) Information about the prefix list.DeleteManagedPrefixListResponse.Builder.prefixList(ManagedPrefixList prefixList) Information about the prefix list.ModifyManagedPrefixListResponse.Builder.prefixList(ManagedPrefixList prefixList) Information about the prefix list.RestoreManagedPrefixListVersionResponse.Builder.prefixList(ManagedPrefixList prefixList) Information about the prefix list.DescribeManagedPrefixListsResponse.Builder.prefixLists(ManagedPrefixList... prefixLists) Information about the prefix lists.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ManagedPrefixListModifier and TypeMethodDescriptionDescribeManagedPrefixListsResponse.Builder.prefixLists(Collection<ManagedPrefixList> prefixLists) Information about the prefix lists. -
Uses of ManagedPrefixList in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ManagedPrefixListModifier and TypeMethodDescriptionfinal SdkIterable<ManagedPrefixList>DescribeManagedPrefixListsIterable.prefixLists()Returns an iterable to iterate through the paginatedDescribeManagedPrefixListsResponse.prefixLists()member.final SdkPublisher<ManagedPrefixList>DescribeManagedPrefixListsPublisher.prefixLists()Returns a publisher that can be used to get a stream of data.