|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Capacity | |
---|---|
com.amazonaws.services.dynamodbv2.model | Classes modeling the various types represented by AmazonDynamoDBv2. |
Uses of Capacity in com.amazonaws.services.dynamodbv2.model |
---|
Methods in com.amazonaws.services.dynamodbv2.model that return Capacity | |
---|---|
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. |
Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type Capacity | |
---|---|
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. |
Methods in com.amazonaws.services.dynamodbv2.model with parameters of type Capacity | |
---|---|
ConsumedCapacity |
ConsumedCapacity.addGlobalSecondaryIndexesEntry(String key,
Capacity value)
The amount of throughput consumed on each global index affected by the operation. |
ConsumedCapacity |
ConsumedCapacity.addLocalSecondaryIndexesEntry(String key,
Capacity value)
The amount of throughput consumed on each local index affected by the operation. |
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. |
Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type Capacity | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |