Uses of Class
com.amazonaws.services.dynamodbv2.model.Capacity
Packages that use Capacity
-
Uses of Capacity in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return CapacityModifier and TypeMethodDescriptionCapacity.clone()
ConsumedCapacity.getTable()
The amount of throughput consumed on the table affected by the operation.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 CapacityModifier and TypeMethodDescriptionConsumedCapacity.getGlobalSecondaryIndexes()
The amount of throughput consumed on each global index affected by the operation.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 CapacityModifier and TypeMethodDescriptionConsumedCapacity.addGlobalSecondaryIndexesEntry
(String key, Capacity value) ConsumedCapacity.addLocalSecondaryIndexesEntry
(String key, Capacity value) void
The amount of throughput consumed on the table affected by the operation.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 CapacityModifier and TypeMethodDescriptionvoid
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.withGlobalSecondaryIndexes
(Map<String, Capacity> globalSecondaryIndexes) The amount of throughput consumed on each global index affected by the operation.ConsumedCapacity.withLocalSecondaryIndexes
(Map<String, Capacity> localSecondaryIndexes) The amount of throughput consumed on each local index affected by the operation.