Uses of Class
com.amazonaws.services.redshift.model.IPRange
-
Packages that use IPRange Package Description com.amazonaws.services.redshift.model -
-
Uses of IPRange in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return IPRange Modifier and Type Method Description IPRangeIPRange. clone()IPRangeIPRange. withCIDRIP(String cIDRIP)The IP range in Classless Inter-Domain Routing (CIDR) notation.IPRangeIPRange. withStatus(String status)The status of the IP range, for example, "authorized".IPRangeIPRange. withTags(Tag... tags)The list of tags for the IP range.IPRangeIPRange. withTags(Collection<Tag> tags)The list of tags for the IP range.Methods in com.amazonaws.services.redshift.model that return types with arguments of type IPRange Modifier and Type Method Description List<IPRange>ClusterSecurityGroup. getIPRanges()A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.Methods in com.amazonaws.services.redshift.model with parameters of type IPRange Modifier and Type Method Description ClusterSecurityGroupClusterSecurityGroup. withIPRanges(IPRange... iPRanges)A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.Method parameters in com.amazonaws.services.redshift.model with type arguments of type IPRange Modifier and Type Method Description voidClusterSecurityGroup. setIPRanges(Collection<IPRange> iPRanges)A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.ClusterSecurityGroupClusterSecurityGroup. withIPRanges(Collection<IPRange> iPRanges)A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.
-