|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPRange | |
---|---|
com.amazonaws.services.redshift.model | Classes modeling the various types represented by AmazonRedshift. |
Uses of IPRange in com.amazonaws.services.redshift.model |
---|
Methods in com.amazonaws.services.redshift.model that return IPRange | |
---|---|
IPRange |
IPRange.withCIDRIP(String cIDRIP)
The IP range in Classless Inter-Domain Routing (CIDR) notation. |
IPRange |
IPRange.withStatus(String status)
The status of the IP range, for example, "authorized". |
Methods in com.amazonaws.services.redshift.model that return types with arguments of type IPRange | |
---|---|
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 | |
---|---|
ClusterSecurityGroup |
ClusterSecurityGroup.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 | |
---|---|
void |
ClusterSecurityGroup.setIPRanges(Collection<IPRange> iPRanges)
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group. |
ClusterSecurityGroup |
ClusterSecurityGroup.withIPRanges(Collection<IPRange> iPRanges)
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |