Uses of Class
software.amazon.awssdk.services.redshift.model.ClusterNode
-
Packages that use ClusterNode Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ClusterNode in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterNode Modifier and Type Method Description List<ClusterNode>Cluster. clusterNodes()The nodes in the cluster.List<ClusterNode>SecondaryClusterInfo. clusterNodes()The nodes in the secondary compute unit.Methods in software.amazon.awssdk.services.redshift.model with parameters of type ClusterNode Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterNodes(ClusterNode... clusterNodes)The nodes in the cluster.SecondaryClusterInfo.BuilderSecondaryClusterInfo.Builder. clusterNodes(ClusterNode... clusterNodes)The nodes in the secondary compute unit.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterNode Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterNodes(Collection<ClusterNode> clusterNodes)The nodes in the cluster.SecondaryClusterInfo.BuilderSecondaryClusterInfo.Builder. clusterNodes(Collection<ClusterNode> clusterNodes)The nodes in the secondary compute unit.
-