| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.clone() |
Node |
Node.withAvailabilityZone(String availabilityZone)
The Availability Zone in which the node resides
|
Node |
Node.withCreateTime(Date createTime)
The date and time when the node was created.
|
Node |
Node.withEndpoint(Endpoint endpoint)
The hostname for connecting to this node.
|
Node |
Node.withName(String name)
The node identifier.
|
Node |
Node.withStatus(String status)
The status of the service update on the node
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Shard.getNodes()
A list containing information about individual nodes within the shard
|
| Modifier and Type | Method and Description |
|---|---|
Shard |
Shard.withNodes(Node... nodes)
A list containing information about individual nodes within the shard
|
| Modifier and Type | Method and Description |
|---|---|
void |
Shard.setNodes(Collection<Node> nodes)
A list containing information about individual nodes within the shard
|
Shard |
Shard.withNodes(Collection<Node> nodes)
A list containing information about individual nodes within the shard
|
Copyright © 2022. All rights reserved.