Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ReplicaSettingsUpdate |
ReplicaSettingsUpdate.clone() |
ReplicaSettingsUpdate |
ReplicaSettingsUpdate.withRegionName(String regionName)
The Region of the replica to be added.
|
ReplicaSettingsUpdate |
ReplicaSettingsUpdate.withReplicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate)
Represents the settings of a global secondary index for a global table that will be modified.
|
ReplicaSettingsUpdate |
ReplicaSettingsUpdate.withReplicaGlobalSecondaryIndexSettingsUpdate(ReplicaGlobalSecondaryIndexSettingsUpdate... replicaGlobalSecondaryIndexSettingsUpdate)
Represents the settings of a global secondary index for a global table that will be modified.
|
ReplicaSettingsUpdate |
ReplicaSettingsUpdate.withReplicaProvisionedReadCapacityAutoScalingSettingsUpdate(AutoScalingSettingsUpdate replicaProvisionedReadCapacityAutoScalingSettingsUpdate)
Auto scaling settings for managing a global table replica's read capacity units.
|
ReplicaSettingsUpdate |
ReplicaSettingsUpdate.withReplicaProvisionedReadCapacityUnits(Long replicaProvisionedReadCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException . |
ReplicaSettingsUpdate |
ReplicaSettingsUpdate.withReplicaTableClass(String replicaTableClass)
Replica-specific table class.
|
ReplicaSettingsUpdate |
ReplicaSettingsUpdate.withReplicaTableClass(TableClass replicaTableClass)
Replica-specific table class.
|
Modifier and Type | Method and Description |
---|---|
List<ReplicaSettingsUpdate> |
UpdateGlobalTableSettingsRequest.getReplicaSettingsUpdate()
Represents the settings for a global table in a Region that will be modified.
|
Modifier and Type | Method and Description |
---|---|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withReplicaSettingsUpdate(ReplicaSettingsUpdate... replicaSettingsUpdate)
Represents the settings for a global table in a Region that will be modified.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateGlobalTableSettingsRequest.setReplicaSettingsUpdate(Collection<ReplicaSettingsUpdate> replicaSettingsUpdate)
Represents the settings for a global table in a Region that will be modified.
|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withReplicaSettingsUpdate(Collection<ReplicaSettingsUpdate> replicaSettingsUpdate)
Represents the settings for a global table in a Region that will be modified.
|
Copyright © 2022. All rights reserved.