Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Capacity |
Capacity.clone() |
Capacity |
ConsumedCapacity.getTable()
The amount of throughput consumed on the table affected by the operation.
|
Capacity |
Capacity.withCapacityUnits(Double capacityUnits)
The total number of capacity units consumed on a table or an index.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Capacity> |
ConsumedCapacity.getGlobalSecondaryIndexes()
The amount of throughput consumed on each global index affected by the operation.
|
Map<String,Capacity> |
ConsumedCapacity.getLocalSecondaryIndexes()
The amount of throughput consumed on each local index affected by the operation.
|
Modifier and Type | Method and Description |
---|---|
ConsumedCapacity |
ConsumedCapacity.addGlobalSecondaryIndexesEntry(String key,
Capacity value) |
ConsumedCapacity |
ConsumedCapacity.addLocalSecondaryIndexesEntry(String key,
Capacity value) |
void |
ConsumedCapacity.setTable(Capacity table)
The amount of throughput consumed on the table affected by the operation.
|
ConsumedCapacity |
ConsumedCapacity.withTable(Capacity table)
The amount of throughput consumed on the table affected by the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsumedCapacity.setGlobalSecondaryIndexes(Map<String,Capacity> globalSecondaryIndexes)
The amount of throughput consumed on each global index affected by the operation.
|
void |
ConsumedCapacity.setLocalSecondaryIndexes(Map<String,Capacity> localSecondaryIndexes)
The amount of throughput consumed on each local index affected by the operation.
|
ConsumedCapacity |
ConsumedCapacity.withGlobalSecondaryIndexes(Map<String,Capacity> globalSecondaryIndexes)
The amount of throughput consumed on each global index affected by the operation.
|
ConsumedCapacity |
ConsumedCapacity.withLocalSecondaryIndexes(Map<String,Capacity> localSecondaryIndexes)
The amount of throughput consumed on each local index affected by the operation.
|
Copyright © 2018. All rights reserved.