| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
List<ReplicaDescription> |
TableDescription.replicas()
Represents replicas of the table.
|
List<ReplicaDescription> |
GlobalTableDescription.replicationGroup()
The Regions where the global table has replicas.
|
| Modifier and Type | Method and Description |
|---|---|
TableDescription.Builder |
TableDescription.Builder.replicas(ReplicaDescription... replicas)
Represents replicas of the table.
|
GlobalTableDescription.Builder |
GlobalTableDescription.Builder.replicationGroup(ReplicaDescription... replicationGroup)
The Regions where the global table has replicas.
|
| Modifier and Type | Method and Description |
|---|---|
TableDescription.Builder |
TableDescription.Builder.replicas(Collection<ReplicaDescription> replicas)
Represents replicas of the table.
|
GlobalTableDescription.Builder |
GlobalTableDescription.Builder.replicationGroup(Collection<ReplicaDescription> replicationGroup)
The Regions where the global table has replicas.
|
Copyright © 2023. All rights reserved.