Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaDescription
Packages that use ReplicaDescription
-
Uses of ReplicaDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaDescriptionModifier and TypeMethodDescriptionfinal List<ReplicaDescription>TableDescription.replicas()Represents replicas of the table.final List<ReplicaDescription>GlobalTableDescription.replicationGroup()The Regions where the global table has replicas.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaDescriptionModifier and TypeMethodDescriptionTableDescription.Builder.replicas(ReplicaDescription... replicas) Represents replicas of the table.GlobalTableDescription.Builder.replicationGroup(ReplicaDescription... replicationGroup) The Regions where the global table has replicas.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ReplicaDescriptionModifier and TypeMethodDescriptionTableDescription.Builder.replicas(Collection<ReplicaDescription> replicas) Represents replicas of the table.GlobalTableDescription.Builder.replicationGroup(Collection<ReplicaDescription> replicationGroup) The Regions where the global table has replicas.