Uses of Interface
software.amazon.awssdk.services.memorydb.model.ReshardingStatus.Builder
-
Packages that use ReshardingStatus.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of ReshardingStatus.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return ReshardingStatus.Builder Modifier and Type Method Description static ReshardingStatus.BuilderReshardingStatus. builder()default ReshardingStatus.BuilderReshardingStatus.Builder. slotMigration(Consumer<SlotMigration.Builder> slotMigration)The status of the online resharding slot migrationReshardingStatus.BuilderReshardingStatus.Builder. slotMigration(SlotMigration slotMigration)The status of the online resharding slot migrationReshardingStatus.BuilderReshardingStatus. toBuilder()Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type ReshardingStatus.Builder Modifier and Type Method Description static Class<? extends ReshardingStatus.Builder>ReshardingStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type ReshardingStatus.Builder Modifier and Type Method Description default ClusterPendingUpdates.BuilderClusterPendingUpdates.Builder. resharding(Consumer<ReshardingStatus.Builder> resharding)The status of an online resharding operation.
-