Uses of Class
software.amazon.awssdk.services.dynamodb.model.Replica
Packages that use Replica
-
Uses of Replica in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaModifier and TypeMethodDescriptionCreateGlobalTableRequest.replicationGroup()The Regions where the global table needs to be created.GlobalTable.replicationGroup()The Regions where the global table has replicas.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaModifier and TypeMethodDescriptionCreateGlobalTableRequest.Builder.replicationGroup(Replica... replicationGroup) The Regions where the global table needs to be created.GlobalTable.Builder.replicationGroup(Replica... replicationGroup) The Regions where the global table has replicas.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ReplicaModifier and TypeMethodDescriptionCreateGlobalTableRequest.Builder.replicationGroup(Collection<Replica> replicationGroup) The Regions where the global table needs to be created.GlobalTable.Builder.replicationGroup(Collection<Replica> replicationGroup) The Regions where the global table has replicas.