| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterNode> |
Cluster.clusterNodes()
The nodes in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.clusterNodes(ClusterNode... clusterNodes)
The nodes in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.clusterNodes(Collection<ClusterNode> clusterNodes)
The nodes in the cluster.
|
Copyright © 2023. All rights reserved.