Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ReplicaGlobalSecondaryIndexAutoScalingUpdate |
ReplicaGlobalSecondaryIndexAutoScalingUpdate.clone() |
ReplicaGlobalSecondaryIndexAutoScalingUpdate |
ReplicaGlobalSecondaryIndexAutoScalingUpdate.withIndexName(String indexName)
The name of the global secondary index.
|
ReplicaGlobalSecondaryIndexAutoScalingUpdate |
ReplicaGlobalSecondaryIndexAutoScalingUpdate.withProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate provisionedReadCapacityAutoScalingUpdate) |
Modifier and Type | Method and Description |
---|---|
List<ReplicaGlobalSecondaryIndexAutoScalingUpdate> |
ReplicaAutoScalingUpdate.getReplicaGlobalSecondaryIndexUpdates()
Represents the auto scaling settings of global secondary indexes that will be modified.
|
Modifier and Type | Method and Description |
---|---|
ReplicaAutoScalingUpdate |
ReplicaAutoScalingUpdate.withReplicaGlobalSecondaryIndexUpdates(ReplicaGlobalSecondaryIndexAutoScalingUpdate... replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicaAutoScalingUpdate.setReplicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate> replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
|
ReplicaAutoScalingUpdate |
ReplicaAutoScalingUpdate.withReplicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate> replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
|
Copyright © 2023. All rights reserved.