Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
OnDemandThroughput |
OnDemandThroughput.clone() |
OnDemandThroughput |
GlobalSecondaryIndexInfo.getOnDemandThroughput() |
OnDemandThroughput |
UpdateGlobalSecondaryIndexAction.getOnDemandThroughput()
Updates the maximum number of read and write units for the specified global secondary index.
|
OnDemandThroughput |
SourceTableDetails.getOnDemandThroughput() |
OnDemandThroughput |
GlobalSecondaryIndexDescription.getOnDemandThroughput()
The maximum number of read and write units for the specified global secondary index.
|
OnDemandThroughput |
TableCreationParameters.getOnDemandThroughput() |
OnDemandThroughput |
GlobalSecondaryIndex.getOnDemandThroughput()
The maximum number of read and write units for the specified global secondary index.
|
OnDemandThroughput |
CreateGlobalSecondaryIndexAction.getOnDemandThroughput()
The maximum number of read and write units for the global secondary index being created.
|
OnDemandThroughput |
TableDescription.getOnDemandThroughput()
The maximum number of read and write units for the specified on-demand table.
|
OnDemandThroughput |
UpdateTableRequest.getOnDemandThroughput()
Updates the maximum number of read and write units for the specified table in on-demand capacity mode.
|
OnDemandThroughput |
CreateTableRequest.getOnDemandThroughput()
Sets the maximum number of read and write units for the specified table in on-demand capacity mode.
|
OnDemandThroughput |
RestoreTableToPointInTimeRequest.getOnDemandThroughputOverride() |
OnDemandThroughput |
RestoreTableFromBackupRequest.getOnDemandThroughputOverride() |
OnDemandThroughput |
OnDemandThroughput.withMaxReadRequestUnits(Long maxReadRequestUnits)
Maximum number of read request units for the specified table.
|
OnDemandThroughput |
OnDemandThroughput.withMaxWriteRequestUnits(Long maxWriteRequestUnits)
Maximum number of write request units for the specified table.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalSecondaryIndexInfo.setOnDemandThroughput(OnDemandThroughput onDemandThroughput) |
void |
UpdateGlobalSecondaryIndexAction.setOnDemandThroughput(OnDemandThroughput onDemandThroughput)
Updates the maximum number of read and write units for the specified global secondary index.
|
void |
SourceTableDetails.setOnDemandThroughput(OnDemandThroughput onDemandThroughput) |
void |
GlobalSecondaryIndexDescription.setOnDemandThroughput(OnDemandThroughput onDemandThroughput)
The maximum number of read and write units for the specified global secondary index.
|
void |
TableCreationParameters.setOnDemandThroughput(OnDemandThroughput onDemandThroughput) |
void |
GlobalSecondaryIndex.setOnDemandThroughput(OnDemandThroughput onDemandThroughput)
The maximum number of read and write units for the specified global secondary index.
|
void |
CreateGlobalSecondaryIndexAction.setOnDemandThroughput(OnDemandThroughput onDemandThroughput)
The maximum number of read and write units for the global secondary index being created.
|
void |
TableDescription.setOnDemandThroughput(OnDemandThroughput onDemandThroughput)
The maximum number of read and write units for the specified on-demand table.
|
void |
UpdateTableRequest.setOnDemandThroughput(OnDemandThroughput onDemandThroughput)
Updates the maximum number of read and write units for the specified table in on-demand capacity mode.
|
void |
CreateTableRequest.setOnDemandThroughput(OnDemandThroughput onDemandThroughput)
Sets the maximum number of read and write units for the specified table in on-demand capacity mode.
|
void |
RestoreTableToPointInTimeRequest.setOnDemandThroughputOverride(OnDemandThroughput onDemandThroughputOverride) |
void |
RestoreTableFromBackupRequest.setOnDemandThroughputOverride(OnDemandThroughput onDemandThroughputOverride) |
GlobalSecondaryIndexInfo |
GlobalSecondaryIndexInfo.withOnDemandThroughput(OnDemandThroughput onDemandThroughput) |
UpdateGlobalSecondaryIndexAction |
UpdateGlobalSecondaryIndexAction.withOnDemandThroughput(OnDemandThroughput onDemandThroughput)
Updates the maximum number of read and write units for the specified global secondary index.
|
SourceTableDetails |
SourceTableDetails.withOnDemandThroughput(OnDemandThroughput onDemandThroughput) |
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withOnDemandThroughput(OnDemandThroughput onDemandThroughput)
The maximum number of read and write units for the specified global secondary index.
|
TableCreationParameters |
TableCreationParameters.withOnDemandThroughput(OnDemandThroughput onDemandThroughput) |
GlobalSecondaryIndex |
GlobalSecondaryIndex.withOnDemandThroughput(OnDemandThroughput onDemandThroughput)
The maximum number of read and write units for the specified global secondary index.
|
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.withOnDemandThroughput(OnDemandThroughput onDemandThroughput)
The maximum number of read and write units for the global secondary index being created.
|
TableDescription |
TableDescription.withOnDemandThroughput(OnDemandThroughput onDemandThroughput)
The maximum number of read and write units for the specified on-demand table.
|
UpdateTableRequest |
UpdateTableRequest.withOnDemandThroughput(OnDemandThroughput onDemandThroughput)
Updates the maximum number of read and write units for the specified table in on-demand capacity mode.
|
CreateTableRequest |
CreateTableRequest.withOnDemandThroughput(OnDemandThroughput onDemandThroughput)
Sets the maximum number of read and write units for the specified table in on-demand capacity mode.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withOnDemandThroughputOverride(OnDemandThroughput onDemandThroughputOverride) |
RestoreTableFromBackupRequest |
RestoreTableFromBackupRequest.withOnDemandThroughputOverride(OnDemandThroughput onDemandThroughputOverride) |
Copyright © 2024. All rights reserved.