| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Cluster.nodes()
A list of nodes that are currently in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.nodes(Node... nodes)
A list of nodes that are currently in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.nodes(Collection<Node> nodes)
A list of nodes that are currently in the cluster.
|
Copyright © 2019. All rights reserved.