| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
static ReshardingStatus.Builder |
ReshardingStatus.builder() |
default ReshardingStatus.Builder |
ReshardingStatus.Builder.slotMigration(Consumer<SlotMigration.Builder> slotMigration)
The status of the online resharding slot migration
|
ReshardingStatus.Builder |
ReshardingStatus.Builder.slotMigration(SlotMigration slotMigration)
The status of the online resharding slot migration
|
ReshardingStatus.Builder |
ReshardingStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReshardingStatus.Builder> |
ReshardingStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ClusterPendingUpdates.Builder |
ClusterPendingUpdates.Builder.resharding(Consumer<ReshardingStatus.Builder> resharding)
The status of an online resharding operation.
|
Copyright © 2023. All rights reserved.