Uses of Class
software.amazon.awssdk.services.dynamodb.model.Capacity
Packages that use Capacity
-
Uses of Capacity in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return CapacityModifier and TypeMethodDescriptionfinal CapacityConsumedCapacity.table()The amount of throughput consumed on the table affected by the operation.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type CapacityModifier and TypeMethodDescriptionConsumedCapacity.globalSecondaryIndexes()The amount of throughput consumed on each global index affected by the operation.ConsumedCapacity.localSecondaryIndexes()The amount of throughput consumed on each local index affected by the operation.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type CapacityModifier and TypeMethodDescriptionThe amount of throughput consumed on the table affected by the operation.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type CapacityModifier and TypeMethodDescriptionConsumedCapacity.Builder.globalSecondaryIndexes(Map<String, Capacity> globalSecondaryIndexes) The amount of throughput consumed on each global index affected by the operation.ConsumedCapacity.Builder.localSecondaryIndexes(Map<String, Capacity> localSecondaryIndexes) The amount of throughput consumed on each local index affected by the operation.