Uses of Interface
software.amazon.awssdk.services.elasticache.model.ReshardingStatus.Builder
-
Packages that use ReshardingStatus.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of ReshardingStatus.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ReshardingStatus.Builder Modifier and Type Method Description static ReshardingStatus.BuilderReshardingStatus. builder()default ReshardingStatus.BuilderReshardingStatus.Builder. slotMigration(Consumer<SlotMigration.Builder> slotMigration)Represents the progress of an online resharding operation.ReshardingStatus.BuilderReshardingStatus.Builder. slotMigration(SlotMigration slotMigration)Represents the progress of an online resharding operation.ReshardingStatus.BuilderReshardingStatus. toBuilder()Methods in software.amazon.awssdk.services.elasticache.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.elasticache.model with type arguments of type ReshardingStatus.Builder Modifier and Type Method Description default ReplicationGroupPendingModifiedValues.BuilderReplicationGroupPendingModifiedValues.Builder. resharding(Consumer<ReshardingStatus.Builder> resharding)The status of an online resharding operation.
-