| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
List<ReplicaAutoScalingUpdate> |
UpdateTableReplicaAutoScalingRequest.replicaUpdates()
Represents the auto scaling settings of replicas of the table that will be modified.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTableReplicaAutoScalingRequest.Builder |
UpdateTableReplicaAutoScalingRequest.Builder.replicaUpdates(ReplicaAutoScalingUpdate... replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTableReplicaAutoScalingRequest.Builder |
UpdateTableReplicaAutoScalingRequest.Builder.replicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
|
Copyright © 2023. All rights reserved.