Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaAutoScalingDescription
Packages that use ReplicaAutoScalingDescription
-
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 ReplicaAutoScalingDescriptionModifier and TypeMethodDescriptionTableAutoScalingDescription.replicas()Represents replicas of the global table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaAutoScalingDescriptionModifier and TypeMethodDescriptionTableAutoScalingDescription.Builder.replicas(ReplicaAutoScalingDescription... replicas) Represents replicas of the global table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ReplicaAutoScalingDescriptionModifier and TypeMethodDescriptionTableAutoScalingDescription.Builder.replicas(Collection<ReplicaAutoScalingDescription> replicas) Represents replicas of the global table.