| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
List<GlobalSecondaryIndexAutoScalingUpdate> |
UpdateTableReplicaAutoScalingRequest.globalSecondaryIndexUpdates()
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTableReplicaAutoScalingRequest.Builder |
UpdateTableReplicaAutoScalingRequest.Builder.globalSecondaryIndexUpdates(GlobalSecondaryIndexAutoScalingUpdate... globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTableReplicaAutoScalingRequest.Builder |
UpdateTableReplicaAutoScalingRequest.Builder.globalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
Copyright © 2023. All rights reserved.