| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.clone() |
Node |
Node.withAvailabilityZone(String availabilityZone)
The Availability Zone (AZ) in which the node has been deployed.
|
Node |
Node.withEndpoint(Endpoint endpoint)
The endpoint for the node, consisting of a DNS name and a port number.
|
Node |
Node.withNodeCreateTime(Date nodeCreateTime)
The date and time (in UNIX epoch format) when the node was launched.
|
Node |
Node.withNodeId(String nodeId)
A system-generated identifier for the node.
|
Node |
Node.withNodeStatus(String nodeStatus)
The current status of the node.
|
Node |
Node.withParameterGroupStatus(String parameterGroupStatus)
The status of the parameter group associated with this node.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Cluster.getNodes()
A list of nodes that are currently in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.withNodes(Node... nodes)
A list of nodes that are currently in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setNodes(Collection<Node> nodes)
A list of nodes that are currently in the cluster.
|
Cluster |
Cluster.withNodes(Collection<Node> nodes)
A list of nodes that are currently in the cluster.
|
Copyright © 2020. All rights reserved.