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 PrefixListId
PrefixListId. clone()
PrefixListId
PrefixListId. 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 IpPermission
IpPermission. 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 void
IpPermission. setPrefixListIds(Collection<PrefixListId> prefixListIds)
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.IpPermission
IpPermission. withPrefixListIds(Collection<PrefixListId> prefixListIds)
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.
-