Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaDescription
-
Packages that use ReplicaDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 ReplicaDescription Modifier and Type Method Description List<ReplicaDescription>TableDescription. replicas()Represents replicas of the table.List<ReplicaDescription>GlobalTableDescription. replicationGroup()The Regions where the global table has replicas.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaDescription Modifier and Type Method Description TableDescription.BuilderTableDescription.Builder. replicas(ReplicaDescription... replicas)Represents replicas of the table.GlobalTableDescription.BuilderGlobalTableDescription.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 ReplicaDescription Modifier and Type Method Description TableDescription.BuilderTableDescription.Builder. replicas(Collection<ReplicaDescription> replicas)Represents replicas of the table.GlobalTableDescription.BuilderGlobalTableDescription.Builder. replicationGroup(Collection<ReplicaDescription> replicationGroup)The Regions where the global table has replicas.
-