| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicaSpecificationSummary |
ReplicaSpecificationSummary.clone() |
ReplicaSpecificationSummary |
ReplicaSpecificationSummary.withCapacitySpecification(CapacitySpecificationSummary capacitySpecification) |
ReplicaSpecificationSummary |
ReplicaSpecificationSummary.withRegion(String region)
The Amazon Web Services Region.
|
ReplicaSpecificationSummary |
ReplicaSpecificationSummary.withStatus(String status)
The status of the multi-Region table in the specified Amazon Web Services Region.
|
ReplicaSpecificationSummary |
ReplicaSpecificationSummary.withStatus(TableStatus status)
The status of the multi-Region table in the specified Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicaSpecificationSummary> |
GetTableResult.getReplicaSpecifications()
Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.
|
| Modifier and Type | Method and Description |
|---|---|
GetTableResult |
GetTableResult.withReplicaSpecifications(ReplicaSpecificationSummary... replicaSpecifications)
Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTableResult.setReplicaSpecifications(Collection<ReplicaSpecificationSummary> replicaSpecifications)
Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.
|
GetTableResult |
GetTableResult.withReplicaSpecifications(Collection<ReplicaSpecificationSummary> replicaSpecifications)
Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.
|
Copyright © 2024. All rights reserved.