Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaAutoScalingDescription
-
Packages that use ReplicaAutoScalingDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ReplicaAutoScalingDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaAutoScalingDescription Modifier and Type Method Description List<ReplicaAutoScalingDescription>
TableAutoScalingDescription. replicas()
Represents replicas of the global table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaAutoScalingDescription Modifier and Type Method Description TableAutoScalingDescription.Builder
TableAutoScalingDescription.Builder. replicas(ReplicaAutoScalingDescription... replicas)
Represents replicas of the global table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ReplicaAutoScalingDescription Modifier and Type Method Description TableAutoScalingDescription.Builder
TableAutoScalingDescription.Builder. replicas(Collection<ReplicaAutoScalingDescription> replicas)
Represents replicas of the global table.
-