Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
OnDemandThroughputOverride |
OnDemandThroughputOverride.clone() |
OnDemandThroughputOverride |
ReplicaGlobalSecondaryIndex.getOnDemandThroughputOverride()
Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified
replica table.
|
OnDemandThroughputOverride |
UpdateReplicationGroupMemberAction.getOnDemandThroughputOverride()
Overrides the maximum on-demand throughput for the replica table.
|
OnDemandThroughputOverride |
CreateReplicationGroupMemberAction.getOnDemandThroughputOverride()
The maximum on-demand throughput settings for the specified replica table being created.
|
OnDemandThroughputOverride |
ReplicaGlobalSecondaryIndexDescription.getOnDemandThroughputOverride()
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica
table.
|
OnDemandThroughputOverride |
ReplicaDescription.getOnDemandThroughputOverride()
Overrides the maximum on-demand throughput settings for the specified replica table.
|
OnDemandThroughputOverride |
OnDemandThroughputOverride.withMaxReadRequestUnits(Long maxReadRequestUnits)
Maximum number of read request units for the specified replica table.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicaGlobalSecondaryIndex.setOnDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)
Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified
replica table.
|
void |
UpdateReplicationGroupMemberAction.setOnDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)
Overrides the maximum on-demand throughput for the replica table.
|
void |
CreateReplicationGroupMemberAction.setOnDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)
The maximum on-demand throughput settings for the specified replica table being created.
|
void |
ReplicaGlobalSecondaryIndexDescription.setOnDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica
table.
|
void |
ReplicaDescription.setOnDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)
Overrides the maximum on-demand throughput settings for the specified replica table.
|
ReplicaGlobalSecondaryIndex |
ReplicaGlobalSecondaryIndex.withOnDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)
Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified
replica table.
|
UpdateReplicationGroupMemberAction |
UpdateReplicationGroupMemberAction.withOnDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)
Overrides the maximum on-demand throughput for the replica table.
|
CreateReplicationGroupMemberAction |
CreateReplicationGroupMemberAction.withOnDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)
The maximum on-demand throughput settings for the specified replica table being created.
|
ReplicaGlobalSecondaryIndexDescription |
ReplicaGlobalSecondaryIndexDescription.withOnDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica
table.
|
ReplicaDescription |
ReplicaDescription.withOnDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)
Overrides the maximum on-demand throughput settings for the specified replica table.
|
Copyright © 2024. All rights reserved.