Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ReplicaGlobalSecondaryIndexSettingsUpdate |
ReplicaGlobalSecondaryIndexSettingsUpdate.clone() |
ReplicaGlobalSecondaryIndexSettingsUpdate |
ReplicaGlobalSecondaryIndexSettingsUpdate.withIndexName(String indexName)
The name of the global secondary index.
|
ReplicaGlobalSecondaryIndexSettingsUpdate |
ReplicaGlobalSecondaryIndexSettingsUpdate.withProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate provisionedReadCapacityAutoScalingSettingsUpdate)
Auto scaling settings for managing a global secondary index replica's read capacity units.
|
ReplicaGlobalSecondaryIndexSettingsUpdate |
ReplicaGlobalSecondaryIndexSettingsUpdate.withProvisionedReadCapacityUnits(Long provisionedReadCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException . |
Modifier and Type | Method and Description |
---|---|
List<ReplicaGlobalSecondaryIndexSettingsUpdate> |
ReplicaSettingsUpdate.getReplicaGlobalSecondaryIndexSettingsUpdate()
Represents the settings of a global secondary index for a global table that will be modified.
|
Modifier and Type | Method and Description |
---|---|
ReplicaSettingsUpdate |
ReplicaSettingsUpdate.withReplicaGlobalSecondaryIndexSettingsUpdate(ReplicaGlobalSecondaryIndexSettingsUpdate... replicaGlobalSecondaryIndexSettingsUpdate)
Represents the settings of a global secondary index for a global table that will be modified.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicaSettingsUpdate.setReplicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate)
Represents the settings of a global secondary index for a global table that will be modified.
|
ReplicaSettingsUpdate |
ReplicaSettingsUpdate.withReplicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate)
Represents the settings of a global secondary index for a global table that will be modified.
|
Copyright © 2023. All rights reserved.