Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TableAutoScalingDescription.Builder
Packages that use TableAutoScalingDescription.Builder
-
Uses of TableAutoScalingDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableAutoScalingDescription.BuilderModifier and TypeMethodDescriptionTableAutoScalingDescription.builder()TableAutoScalingDescription.Builder.replicas(Collection<ReplicaAutoScalingDescription> replicas) Represents replicas of the global table.TableAutoScalingDescription.Builder.replicas(Consumer<ReplicaAutoScalingDescription.Builder>... replicas) Represents replicas of the global table.TableAutoScalingDescription.Builder.replicas(ReplicaAutoScalingDescription... replicas) Represents replicas of the global table.The name of the table.TableAutoScalingDescription.Builder.tableStatus(String tableStatus) The current state of the table:TableAutoScalingDescription.Builder.tableStatus(TableStatus tableStatus) The current state of the table:TableAutoScalingDescription.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TableAutoScalingDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TableAutoScalingDescription.Builder>TableAutoScalingDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TableAutoScalingDescription.BuilderModifier and TypeMethodDescriptionDescribeTableReplicaAutoScalingResponse.Builder.tableAutoScalingDescription(Consumer<TableAutoScalingDescription.Builder> tableAutoScalingDescription) Represents the auto scaling properties of the table.UpdateTableReplicaAutoScalingResponse.Builder.tableAutoScalingDescription(Consumer<TableAutoScalingDescription.Builder> tableAutoScalingDescription) Returns information about the auto scaling settings of a table with replicas.