Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
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".
|
Modifier and Type | Method and Description |
---|---|
List<IPRange> |
ClusterSecurityGroup.getIPRanges()
A list of IP ranges (CIDR blocks) that are permitted to access
clusters associated with this cluster security group.
|
Modifier and Type | Method and Description |
---|---|
ClusterSecurityGroup |
ClusterSecurityGroup.withIPRanges(IPRange... iPRanges)
A list of IP ranges (CIDR blocks) that are permitted to access
clusters associated with this cluster security group.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.