|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterNode | |
---|---|
com.amazonaws.services.redshift.model | Classes modeling the various types represented by AmazonRedshift. |
Uses of ClusterNode in com.amazonaws.services.redshift.model |
---|
Methods in com.amazonaws.services.redshift.model that return ClusterNode | |
---|---|
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 | |
---|---|
List<ClusterNode> |
Cluster.getClusterNodes()
The nodes in a cluster. |
Methods in com.amazonaws.services.redshift.model with parameters of type ClusterNode | |
---|---|
Cluster |
Cluster.withClusterNodes(ClusterNode... clusterNodes)
The nodes in a cluster. |
Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterNode | |
---|---|
void |
Cluster.setClusterNodes(Collection<ClusterNode> clusterNodes)
The nodes in a cluster. |
Cluster |
Cluster.withClusterNodes(Collection<ClusterNode> clusterNodes)
The nodes in a cluster. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |