| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicaGlobalSecondaryIndexDescription |
ReplicaGlobalSecondaryIndexDescription.clone() |
ReplicaGlobalSecondaryIndexDescription |
ReplicaGlobalSecondaryIndexDescription.withIndexName(String indexName)
The name of the global secondary index.
|
ReplicaGlobalSecondaryIndexDescription |
ReplicaGlobalSecondaryIndexDescription.withProvisionedThroughputOverride(ProvisionedThroughputOverride provisionedThroughputOverride)
If not described, uses the source table GSI's read capacity settings.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicaGlobalSecondaryIndexDescription> |
ReplicaDescription.getGlobalSecondaryIndexes()
Replica-specific global secondary index settings.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicaDescription |
ReplicaDescription.withGlobalSecondaryIndexes(ReplicaGlobalSecondaryIndexDescription... globalSecondaryIndexes)
Replica-specific global secondary index settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicaDescription.setGlobalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndexDescription> globalSecondaryIndexes)
Replica-specific global secondary index settings.
|
ReplicaDescription |
ReplicaDescription.withGlobalSecondaryIndexes(Collection<ReplicaGlobalSecondaryIndexDescription> globalSecondaryIndexes)
Replica-specific global secondary index settings.
|
Copyright © 2020. All rights reserved.