Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaAutoScalingUpdate
Packages that use ReplicaAutoScalingUpdate
-
Uses of ReplicaAutoScalingUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaAutoScalingUpdateModifier and TypeMethodDescriptionfinal List<ReplicaAutoScalingUpdate>UpdateTableReplicaAutoScalingRequest.replicaUpdates()Represents the auto scaling settings of replicas of the table that will be modified.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaAutoScalingUpdateModifier and TypeMethodDescriptionUpdateTableReplicaAutoScalingRequest.Builder.replicaUpdates(ReplicaAutoScalingUpdate... replicaUpdates) Represents the auto scaling settings of replicas of the table that will be modified.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ReplicaAutoScalingUpdateModifier and TypeMethodDescriptionUpdateTableReplicaAutoScalingRequest.Builder.replicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates) Represents the auto scaling settings of replicas of the table that will be modified.