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