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 CapacityCapacity. clone()CapacityConsumedCapacity. getTable()The amount of throughput consumed on the table affected by the operation.CapacityCapacity. 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 ConsumedCapacityConsumedCapacity. addGlobalSecondaryIndexesEntry(String key, Capacity value)ConsumedCapacityConsumedCapacity. addLocalSecondaryIndexesEntry(String key, Capacity value)voidConsumedCapacity. setTable(Capacity table)The amount of throughput consumed on the table affected by the operation.ConsumedCapacityConsumedCapacity. 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 voidConsumedCapacity. setGlobalSecondaryIndexes(Map<String,Capacity> globalSecondaryIndexes)The amount of throughput consumed on each global index affected by the operation.voidConsumedCapacity. setLocalSecondaryIndexes(Map<String,Capacity> localSecondaryIndexes)The amount of throughput consumed on each local index affected by the operation.ConsumedCapacityConsumedCapacity. withGlobalSecondaryIndexes(Map<String,Capacity> globalSecondaryIndexes)The amount of throughput consumed on each global index affected by the operation.ConsumedCapacityConsumedCapacity. withLocalSecondaryIndexes(Map<String,Capacity> localSecondaryIndexes)The amount of throughput consumed on each local index affected by the operation.
-