Uses of Class
com.amazonaws.services.ec2.model.PrefixListId
-
Packages that use PrefixListId Package Description com.amazonaws.services.ec2.model -
-
Uses of PrefixListId in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PrefixListId Modifier and Type Method Description PrefixListIdPrefixListId. clone()PrefixListIdPrefixListId. withPrefixListId(String prefixListId)The ID of the prefix.Methods in com.amazonaws.services.ec2.model that return types with arguments of type PrefixListId Modifier and Type Method Description List<PrefixListId>IpPermission. 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 PrefixListId Modifier and Type Method Description IpPermissionIpPermission. 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 PrefixListId Modifier and Type Method Description voidIpPermission. setPrefixListIds(Collection<PrefixListId> prefixListIds)(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.IpPermissionIpPermission. withPrefixListIds(Collection<PrefixListId> prefixListIds)(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.
-