Uses of Class
software.amazon.awssdk.services.dynamodb.model.Replica
-
Packages that use Replica Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 Replica Modifier and Type Method Description List<Replica>
CreateGlobalTableRequest. replicationGroup()
The Regions where the global table needs to be created.List<Replica>
GlobalTable. replicationGroup()
The Regions where the global table has replicas.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type Replica Modifier and Type Method Description CreateGlobalTableRequest.Builder
CreateGlobalTableRequest.Builder. replicationGroup(Replica... replicationGroup)
The Regions where the global table needs to be created.GlobalTable.Builder
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 Replica Modifier and Type Method Description CreateGlobalTableRequest.Builder
CreateGlobalTableRequest.Builder. replicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table needs to be created.GlobalTable.Builder
GlobalTable.Builder. replicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table has replicas.
-