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