Uses of Class
software.amazon.awssdk.services.ec2.model.PrefixListId
Packages that use PrefixListId
-
Uses of PrefixListId in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PrefixListIdModifier and TypeMethodDescriptionfinal List<PrefixListId>IpPermission.prefixListIds()The prefix list IDs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PrefixListIdModifier and TypeMethodDescriptionIpPermission.Builder.prefixListIds(PrefixListId... prefixListIds) The prefix list IDs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PrefixListIdModifier and TypeMethodDescriptionIpPermission.Builder.prefixListIds(Collection<PrefixListId> prefixListIds) The prefix list IDs.