Uses of Class
com.amazonaws.services.redshift.model.ClusterNode
Packages that use ClusterNode
-
Uses of ClusterNode in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterNodeModifier and TypeMethodDescriptionClusterNode.clone()ClusterNode.withNodeRole(String nodeRole) Whether the node is a leader node or a compute node.ClusterNode.withPrivateIPAddress(String privateIPAddress) The private IP address of a node within a cluster.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 ClusterNodeMethods in com.amazonaws.services.redshift.model with parameters of type ClusterNodeModifier and TypeMethodDescriptionCluster.withClusterNodes(ClusterNode... clusterNodes) The nodes in a cluster.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterNodeModifier and TypeMethodDescriptionvoidCluster.setClusterNodes(Collection<ClusterNode> clusterNodes) The nodes in a cluster.Cluster.withClusterNodes(Collection<ClusterNode> clusterNodes) The nodes in a cluster.