Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
static ConsumedCapacity.Builder |
ConsumedCapacity.builder() |
ConsumedCapacity.Builder |
ConsumedCapacity.Builder.capacityUnits(Double capacityUnits)
The total number of capacity units consumed by the operation.
|
ConsumedCapacity.Builder |
ConsumedCapacity.Builder.globalSecondaryIndexes(Map<String,Capacity> globalSecondaryIndexes)
The amount of throughput consumed on each global index affected by the operation.
|
ConsumedCapacity.Builder |
ConsumedCapacity.Builder.localSecondaryIndexes(Map<String,Capacity> localSecondaryIndexes)
The amount of throughput consumed on each local index affected by the operation.
|
ConsumedCapacity.Builder |
ConsumedCapacity.Builder.readCapacityUnits(Double readCapacityUnits)
The total number of read capacity units consumed by the operation.
|
ConsumedCapacity.Builder |
ConsumedCapacity.Builder.table(Capacity table)
The amount of throughput consumed on the table affected by the operation.
|
default ConsumedCapacity.Builder |
ConsumedCapacity.Builder.table(Consumer<Capacity.Builder> table)
The amount of throughput consumed on the table affected by the operation.
|
ConsumedCapacity.Builder |
ConsumedCapacity.Builder.tableName(String tableName)
The name of the table that was affected by the operation.
|
ConsumedCapacity.Builder |
ConsumedCapacity.toBuilder() |
ConsumedCapacity.Builder |
ConsumedCapacity.Builder.writeCapacityUnits(Double writeCapacityUnits)
The total number of write capacity units consumed by the operation.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends ConsumedCapacity.Builder> |
ConsumedCapacity.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default GetItemResponse.Builder |
GetItemResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity)
The capacity units consumed by the
GetItem operation. |
default UpdateItemResponse.Builder |
UpdateItemResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity)
The capacity units consumed by the
UpdateItem operation. |
default PutItemResponse.Builder |
PutItemResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity)
The capacity units consumed by the
PutItem operation. |
default QueryResponse.Builder |
QueryResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity)
The capacity units consumed by the
Query operation. |
default ExecuteStatementResponse.Builder |
ExecuteStatementResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity)
Sets the value of the ConsumedCapacity property for this object.
|
default ScanResponse.Builder |
ScanResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity)
The capacity units consumed by the
Scan operation. |
default DeleteItemResponse.Builder |
DeleteItemResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity)
The capacity units consumed by the
DeleteItem operation. |
Copyright © 2023. All rights reserved.