Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ReplicaAutoScalingUpdate |
ReplicaAutoScalingUpdate.clone() |
ReplicaAutoScalingUpdate |
ReplicaAutoScalingUpdate.withRegionName(String regionName)
The Region where the replica exists.
|
ReplicaAutoScalingUpdate |
ReplicaAutoScalingUpdate.withReplicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate> replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
|
ReplicaAutoScalingUpdate |
ReplicaAutoScalingUpdate.withReplicaGlobalSecondaryIndexUpdates(ReplicaGlobalSecondaryIndexAutoScalingUpdate... replicaGlobalSecondaryIndexUpdates)
Represents the auto scaling settings of global secondary indexes that will be modified.
|
ReplicaAutoScalingUpdate |
ReplicaAutoScalingUpdate.withReplicaProvisionedReadCapacityAutoScalingUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingUpdate) |
Modifier and Type | Method and Description |
---|---|
List<ReplicaAutoScalingUpdate> |
UpdateTableReplicaAutoScalingRequest.getReplicaUpdates()
Represents the auto scaling settings of replicas of the table that will be modified.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableReplicaAutoScalingRequest |
UpdateTableReplicaAutoScalingRequest.withReplicaUpdates(ReplicaAutoScalingUpdate... replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTableReplicaAutoScalingRequest.setReplicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
|
UpdateTableReplicaAutoScalingRequest |
UpdateTableReplicaAutoScalingRequest.withReplicaUpdates(Collection<ReplicaAutoScalingUpdate> replicaUpdates)
Represents the auto scaling settings of replicas of the table that will be modified.
|
Copyright © 2019. All rights reserved.