| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
List<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 |
|---|---|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.ipRanges(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 |
|---|---|
ClusterSecurityGroup.Builder |
ClusterSecurityGroup.Builder.ipRanges(Collection<IPRange> ipRanges)
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security
group.
|
Copyright © 2020. All rights reserved.