Uses of Class
com.amazonaws.services.ec2.model.PrefixListId
Packages that use PrefixListId
-
Uses of PrefixListId in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PrefixListIdModifier and TypeMethodDescriptionPrefixListId.clone()
PrefixListId.withPrefixListId
(String prefixListId) The ID of the prefix.Methods in com.amazonaws.services.ec2.model that return types with arguments of type PrefixListIdModifier and TypeMethodDescriptionIpPermission.getPrefixListIds()
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.Methods in com.amazonaws.services.ec2.model with parameters of type PrefixListIdModifier and TypeMethodDescriptionIpPermission.withPrefixListIds
(PrefixListId... prefixListIds) (Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.Method parameters in com.amazonaws.services.ec2.model with type arguments of type PrefixListIdModifier and TypeMethodDescriptionvoid
IpPermission.setPrefixListIds
(Collection<PrefixListId> prefixListIds) (Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.IpPermission.withPrefixListIds
(Collection<PrefixListId> prefixListIds) (Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.