Uses of Class
software.amazon.awssdk.services.dynamodb.model.TableAutoScalingDescription
-
Packages that use TableAutoScalingDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of TableAutoScalingDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableAutoScalingDescription Modifier and Type Method Description TableAutoScalingDescriptionDescribeTableReplicaAutoScalingResponse. tableAutoScalingDescription()Represents the auto scaling properties of the table.TableAutoScalingDescriptionUpdateTableReplicaAutoScalingResponse. tableAutoScalingDescription()Returns information about the auto scaling settings of a table with replicas.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TableAutoScalingDescription Modifier and Type Method Description DescribeTableReplicaAutoScalingResponse.BuilderDescribeTableReplicaAutoScalingResponse.Builder. tableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription)Represents the auto scaling properties of the table.UpdateTableReplicaAutoScalingResponse.BuilderUpdateTableReplicaAutoScalingResponse.Builder. tableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription)Returns information about the auto scaling settings of a table with replicas.
-