Uses of Class
com.amazonaws.services.redshift.model.ClusterNode
-
Packages that use ClusterNode Package Description com.amazonaws.services.redshift.model -
-
Uses of ClusterNode in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterNode Modifier and Type Method Description ClusterNode
ClusterNode. clone()
ClusterNode
ClusterNode. withNodeRole(String nodeRole)
Whether the node is a leader node or a compute node.ClusterNode
ClusterNode. withPrivateIPAddress(String privateIPAddress)
The private IP address of a node within a cluster.ClusterNode
ClusterNode. withPublicIPAddress(String publicIPAddress)
The public IP address of a node within a cluster.Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterNode Modifier and Type Method Description List<ClusterNode>
Cluster. getClusterNodes()
The nodes in a cluster.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterNode Modifier and Type Method Description Cluster
Cluster. withClusterNodes(ClusterNode... clusterNodes)
The nodes in a cluster.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterNode Modifier and Type Method Description void
Cluster. setClusterNodes(Collection<ClusterNode> clusterNodes)
The nodes in a cluster.Cluster
Cluster. withClusterNodes(Collection<ClusterNode> clusterNodes)
The nodes in a cluster.
-