| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
ShardDetail |
ShardDetail.clone() |
ShardDetail |
ShardDetail.withConfiguration(ShardConfiguration configuration)
The configuration details of the shard
|
ShardDetail |
ShardDetail.withName(String name)
The name of the shard
|
ShardDetail |
ShardDetail.withSize(String size)
The size of the shard's snapshot
|
ShardDetail |
ShardDetail.withSnapshotCreationTime(Date snapshotCreationTime)
The date and time that the shard's snapshot was created
|
| Modifier and Type | Method and Description |
|---|---|
List<ShardDetail> |
ClusterConfiguration.getShards()
The list of shards in the cluster
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConfiguration |
ClusterConfiguration.withShards(ShardDetail... shards)
The list of shards in the cluster
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterConfiguration.setShards(Collection<ShardDetail> shards)
The list of shards in the cluster
|
ClusterConfiguration |
ClusterConfiguration.withShards(Collection<ShardDetail> shards)
The list of shards in the cluster
|
Copyright © 2024. All rights reserved.