Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<IPRange> |
ClusterSecurityGroup.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 |
---|---|
IPRange |
IPRange.clone() |
IPRange |
IPRange.withCIDRIP(java.lang.String cIDRIP)
The IP range in Classless Inter-Domain Routing (CIDR) notation.
|
IPRange |
IPRange.withStatus(java.lang.String status)
The status of the IP range, for example, "authorized".
|
IPRange |
IPRange.withTags(java.util.Collection<Tag> tags)
The list of tags for the IP range.
|
IPRange |
IPRange.withTags(Tag... tags)
The list of tags for the IP range.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.util.Collection<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 |
---|---|
IPRange |
IPRangeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |