Uses of Class
com.amazonaws.services.dynamodbv2.model.Capacity
-
Packages that use Capacity Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of Capacity in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return Capacity Modifier and Type Method 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.Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type Capacity Modifier and Type Method 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.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type Capacity Modifier and Type Method 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.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type Capacity Modifier and Type Method 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.
-