Uses of Class
software.amazon.awssdk.services.dynamodb.model.AutoScalingPolicyUpdate
-
Packages that use AutoScalingPolicyUpdate Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of AutoScalingPolicyUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return AutoScalingPolicyUpdate Modifier and Type Method Description AutoScalingPolicyUpdateAutoScalingSettingsUpdate. scalingPolicyUpdate()The scaling policy to apply for scaling target global table or global secondary index capacity units.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type AutoScalingPolicyUpdate Modifier and Type Method Description AutoScalingSettingsUpdate.BuilderAutoScalingSettingsUpdate.Builder. scalingPolicyUpdate(AutoScalingPolicyUpdate scalingPolicyUpdate)The scaling policy to apply for scaling target global table or global secondary index capacity units.
-