| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
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)
Autoscaling 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. |
| 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 © 2018. All rights reserved.