Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ConsumedCapacity.Builder
-
Packages that use ConsumedCapacity.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ConsumedCapacity.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ConsumedCapacity.Builder Modifier and Type Method Description static ConsumedCapacity.BuilderConsumedCapacity. builder()ConsumedCapacity.BuilderConsumedCapacity.Builder. capacityUnits(Double capacityUnits)The total number of capacity units consumed by the operation.ConsumedCapacity.BuilderConsumedCapacity.Builder. globalSecondaryIndexes(Map<String,Capacity> globalSecondaryIndexes)The amount of throughput consumed on each global index affected by the operation.ConsumedCapacity.BuilderConsumedCapacity.Builder. localSecondaryIndexes(Map<String,Capacity> localSecondaryIndexes)The amount of throughput consumed on each local index affected by the operation.ConsumedCapacity.BuilderConsumedCapacity.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.ConsumedCapacity.BuilderConsumedCapacity.Builder. table(Capacity table)The amount of throughput consumed on the table affected by the operation.ConsumedCapacity.BuilderConsumedCapacity.Builder. tableName(String tableName)The name of the table that was affected by the operation.ConsumedCapacity.BuilderConsumedCapacity. toBuilder()ConsumedCapacity.BuilderConsumedCapacity.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.Builder Modifier and Type Method Description static Class<? extends ConsumedCapacity.Builder>ConsumedCapacity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ConsumedCapacity.Builder Modifier and Type Method Description default 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.
-