| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
Shard |
Shard.clone() |
Shard |
Shard.withCreateTime(String createTime)
The time when the shard was created in Universal Coordinated Time (UTC).
|
Shard |
Shard.withShardId(String shardId)
The ID of the shard.
|
Shard |
Shard.withStatus(Status status)
The current status of the shard.
|
Shard |
Shard.withStatus(String status)
The current status of the shard.
|
| Modifier and Type | Method and Description |
|---|---|
List<Shard> |
Cluster.getShards()
The total number of shards in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.withShards(Shard... shards)
The total number of shards in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setShards(Collection<Shard> shards)
The total number of shards in the cluster.
|
Cluster |
Cluster.withShards(Collection<Shard> shards)
The total number of shards in the cluster.
|
Copyright © 2024. All rights reserved.