Uses of Class
software.amazon.awssdk.services.ec2.model.RemovePrefixListEntry
Packages that use RemovePrefixListEntry
-
Uses of RemovePrefixListEntry in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RemovePrefixListEntryModifier and TypeMethodDescriptionfinal List<RemovePrefixListEntry>ModifyManagedPrefixListRequest.removeEntries()One or more entries to remove from the prefix list.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RemovePrefixListEntryModifier and TypeMethodDescriptionModifyManagedPrefixListRequest.Builder.removeEntries(RemovePrefixListEntry... removeEntries) One or more entries to remove from the prefix list.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RemovePrefixListEntryModifier and TypeMethodDescriptionModifyManagedPrefixListRequest.Builder.removeEntries(Collection<RemovePrefixListEntry> removeEntries) One or more entries to remove from the prefix list.