Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity.Builder
Packages that use ConsumedCapacity.Builder
-
Uses of ConsumedCapacity.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ConsumedCapacity.BuilderModifier and TypeMethodDescriptionstatic ConsumedCapacity.BuilderConsumedCapacity.builder()ConsumedCapacity.Builder.capacityUnits(Double capacityUnits) The total number of capacity units consumed by the operation.ConsumedCapacity.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.ConsumedCapacity.Builder.readCapacityUnits(Double readCapacityUnits) The total number of read capacity units consumed by the operation.default ConsumedCapacity.BuilderConsumedCapacity.Builder.table(Consumer<Capacity.Builder> table) The amount of throughput consumed on the table affected by the operation.The amount of throughput consumed on the table affected by the operation.The name of the table that was affected by the operation.ConsumedCapacity.toBuilder()ConsumedCapacity.Builder.writeCapacityUnits(Double writeCapacityUnits) The total number of write capacity units consumed by the operation.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ConsumedCapacity.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConsumedCapacity.Builder>ConsumedCapacity.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ConsumedCapacity.BuilderModifier and TypeMethodDescriptiondefault DeleteItemResponse.BuilderDeleteItemResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) The capacity units consumed by theDeleteItemoperation.default ExecuteStatementResponse.BuilderExecuteStatementResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) Sets the value of the ConsumedCapacity property for this object.default GetItemResponse.BuilderGetItemResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) The capacity units consumed by theGetItemoperation.default PutItemResponse.BuilderPutItemResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) The capacity units consumed by thePutItemoperation.default QueryResponse.BuilderQueryResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) The capacity units consumed by theQueryoperation.default ScanResponse.BuilderScanResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) The capacity units consumed by theScanoperation.default UpdateItemResponse.BuilderUpdateItemResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) The capacity units consumed by theUpdateItemoperation.