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 ClusterNodeClusterNode. clone()ClusterNodeClusterNode. withNodeRole(String nodeRole)Whether the node is a leader node or a compute node.ClusterNodeClusterNode. withPrivateIPAddress(String privateIPAddress)The private IP address of a node within a cluster.ClusterNodeClusterNode. 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 ClusterCluster. 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 voidCluster. setClusterNodes(Collection<ClusterNode> clusterNodes)The nodes in a cluster.ClusterCluster. withClusterNodes(Collection<ClusterNode> clusterNodes)The nodes in a cluster.
-