| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
| Modifier and Type | Method and Description |
|---|---|
GlobalSecondaryIndexAutoScalingUpdate |
GlobalSecondaryIndexAutoScalingUpdate.clone() |
GlobalSecondaryIndexAutoScalingUpdate |
GlobalSecondaryIndexAutoScalingUpdate.withIndexName(String indexName)
The name of the global secondary index.
|
GlobalSecondaryIndexAutoScalingUpdate |
GlobalSecondaryIndexAutoScalingUpdate.withProvisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedWriteCapacityAutoScalingUpdate) |
| Modifier and Type | Method and Description |
|---|---|
List<GlobalSecondaryIndexAutoScalingUpdate> |
UpdateTableReplicaAutoScalingRequest.getGlobalSecondaryIndexUpdates()
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTableReplicaAutoScalingRequest |
UpdateTableReplicaAutoScalingRequest.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexAutoScalingUpdate... globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTableReplicaAutoScalingRequest.setGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
UpdateTableReplicaAutoScalingRequest |
UpdateTableReplicaAutoScalingRequest.withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
Copyright © 2022. All rights reserved.