Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
UpdateTableReplicaAutoScalingRequest |
UpdateTableReplicaAutoScalingRequest.clone() |
UpdateTableReplicaAutoScalingRequest |
UpdateTableReplicaAutoScalingRequest.withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
UpdateTableReplicaAutoScalingRequest |
UpdateTableReplicaAutoScalingRequest.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexAutoScalingUpdate... globalSecondaryIndexUpdates)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
|
UpdateTableReplicaAutoScalingRequest |
UpdateTableReplicaAutoScalingRequest.withProvisionedWriteCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedWriteCapacityAutoScalingUpdate) |
UpdateTableReplicaAutoScalingRequest |
UpdateTableReplicaAutoScalingRequest.withReplicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
|
UpdateTableReplicaAutoScalingRequest |
UpdateTableReplicaAutoScalingRequest.withReplicaUpdates(ReplicaAutoScalingUpdate... replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
|
UpdateTableReplicaAutoScalingRequest |
UpdateTableReplicaAutoScalingRequest.withTableName(String tableName)
The name of the global table to be updated.
|
Copyright © 2021. All rights reserved.