Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ReplicaSettingsDescription |
ReplicaSettingsDescription.clone() |
ReplicaSettingsDescription |
ReplicaSettingsDescription.withRegionName(String regionName)
The Region name of the replica.
|
ReplicaSettingsDescription |
ReplicaSettingsDescription.withReplicaBillingModeSummary(BillingModeSummary replicaBillingModeSummary)
The read/write capacity mode of the replica.
|
ReplicaSettingsDescription |
ReplicaSettingsDescription.withReplicaGlobalSecondaryIndexSettings(Collection<ReplicaGlobalSecondaryIndexSettingsDescription> replicaGlobalSecondaryIndexSettings)
Replica global secondary index settings for the global table.
|
ReplicaSettingsDescription |
ReplicaSettingsDescription.withReplicaGlobalSecondaryIndexSettings(ReplicaGlobalSecondaryIndexSettingsDescription... replicaGlobalSecondaryIndexSettings)
Replica global secondary index settings for the global table.
|
ReplicaSettingsDescription |
ReplicaSettingsDescription.withReplicaProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription replicaProvisionedReadCapacityAutoScalingSettings)
Auto scaling settings for a global table replica's read capacity units.
|
ReplicaSettingsDescription |
ReplicaSettingsDescription.withReplicaProvisionedReadCapacityUnits(Long replicaProvisionedReadCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException . |
ReplicaSettingsDescription |
ReplicaSettingsDescription.withReplicaProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription replicaProvisionedWriteCapacityAutoScalingSettings)
Auto scaling settings for a global table replica's write capacity units.
|
ReplicaSettingsDescription |
ReplicaSettingsDescription.withReplicaProvisionedWriteCapacityUnits(Long replicaProvisionedWriteCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException . |
ReplicaSettingsDescription |
ReplicaSettingsDescription.withReplicaStatus(ReplicaStatus replicaStatus)
The current state of the Region:
|
ReplicaSettingsDescription |
ReplicaSettingsDescription.withReplicaStatus(String replicaStatus)
The current state of the Region:
|
ReplicaSettingsDescription |
ReplicaSettingsDescription.withReplicaTableClassSummary(TableClassSummary replicaTableClassSummary) |
Modifier and Type | Method and Description |
---|---|
List<ReplicaSettingsDescription> |
DescribeGlobalTableSettingsResult.getReplicaSettings()
The Region-specific settings for the global table.
|
List<ReplicaSettingsDescription> |
UpdateGlobalTableSettingsResult.getReplicaSettings()
The Region-specific settings for the global table.
|
Modifier and Type | Method and Description |
---|---|
DescribeGlobalTableSettingsResult |
DescribeGlobalTableSettingsResult.withReplicaSettings(ReplicaSettingsDescription... replicaSettings)
The Region-specific settings for the global table.
|
UpdateGlobalTableSettingsResult |
UpdateGlobalTableSettingsResult.withReplicaSettings(ReplicaSettingsDescription... replicaSettings)
The Region-specific settings for the global table.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeGlobalTableSettingsResult.setReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The Region-specific settings for the global table.
|
void |
UpdateGlobalTableSettingsResult.setReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The Region-specific settings for the global table.
|
DescribeGlobalTableSettingsResult |
DescribeGlobalTableSettingsResult.withReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The Region-specific settings for the global table.
|
UpdateGlobalTableSettingsResult |
UpdateGlobalTableSettingsResult.withReplicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The Region-specific settings for the global table.
|
Copyright © 2022. All rights reserved.