Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaAutoScalingUpdate
-
Packages that use ReplicaAutoScalingUpdate Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 ReplicaAutoScalingUpdate Modifier and Type Method Description 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 ReplicaAutoScalingUpdate Modifier and Type Method Description UpdateTableReplicaAutoScalingRequest.BuilderUpdateTableReplicaAutoScalingRequest.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 ReplicaAutoScalingUpdate Modifier and Type Method Description UpdateTableReplicaAutoScalingRequest.BuilderUpdateTableReplicaAutoScalingRequest.Builder. replicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates)Represents the auto scaling settings of replicas of the table that will be modified.
-