Uses of Class
software.amazon.awssdk.services.dynamodb.model.TableAutoScalingDescription
Packages that use TableAutoScalingDescription
-
Uses of TableAutoScalingDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableAutoScalingDescriptionModifier and TypeMethodDescriptionDescribeTableReplicaAutoScalingResponse.tableAutoScalingDescription()Represents the auto scaling properties of the table.UpdateTableReplicaAutoScalingResponse.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 TableAutoScalingDescriptionModifier and TypeMethodDescriptionDescribeTableReplicaAutoScalingResponse.Builder.tableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription) Represents the auto scaling properties of the table.UpdateTableReplicaAutoScalingResponse.Builder.tableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription) Returns information about the auto scaling settings of a table with replicas.