Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
GlobalTableGlobalSecondaryIndexSettingsUpdate |
GlobalTableGlobalSecondaryIndexSettingsUpdate.clone() |
GlobalTableGlobalSecondaryIndexSettingsUpdate |
GlobalTableGlobalSecondaryIndexSettingsUpdate.withIndexName(String indexName)
The name of the global secondary index.
|
GlobalTableGlobalSecondaryIndexSettingsUpdate |
GlobalTableGlobalSecondaryIndexSettingsUpdate.withProvisionedWriteCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate provisionedWriteCapacityAutoScalingSettingsUpdate)
Auto scaling settings for managing a global secondary index's write capacity units.
|
GlobalTableGlobalSecondaryIndexSettingsUpdate |
GlobalTableGlobalSecondaryIndexSettingsUpdate.withProvisionedWriteCapacityUnits(Long provisionedWriteCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. |
Modifier and Type | Method and Description |
---|---|
List<GlobalTableGlobalSecondaryIndexSettingsUpdate> |
UpdateGlobalTableSettingsRequest.getGlobalTableGlobalSecondaryIndexSettingsUpdate()
Represents the settings of a global secondary index for a global table that will be modified.
|
Modifier and Type | Method and Description |
---|---|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withGlobalTableGlobalSecondaryIndexSettingsUpdate(GlobalTableGlobalSecondaryIndexSettingsUpdate... globalTableGlobalSecondaryIndexSettingsUpdate)
Represents the settings of a global secondary index for a global table that will be modified.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateGlobalTableSettingsRequest.setGlobalTableGlobalSecondaryIndexSettingsUpdate(Collection<GlobalTableGlobalSecondaryIndexSettingsUpdate> globalTableGlobalSecondaryIndexSettingsUpdate)
Represents the settings of a global secondary index for a global table that will be modified.
|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withGlobalTableGlobalSecondaryIndexSettingsUpdate(Collection<GlobalTableGlobalSecondaryIndexSettingsUpdate> globalTableGlobalSecondaryIndexSettingsUpdate)
Represents the settings of a global secondary index for a global table that will be modified.
|
Copyright © 2021. All rights reserved.