Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReturnConsumedCapacity
-
Packages that use ReturnConsumedCapacity Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ReturnConsumedCapacity in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ReturnConsumedCapacity Modifier and Type Method Description static ReturnConsumedCapacityReturnConsumedCapacity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReturnConsumedCapacityBatchExecuteStatementRequest. returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.ReturnConsumedCapacityBatchGetItemRequest. returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.ReturnConsumedCapacityBatchWriteItemRequest. returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.ReturnConsumedCapacityDeleteItemRequest. returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.ReturnConsumedCapacityExecuteStatementRequest. returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.ReturnConsumedCapacityExecuteTransactionRequest. returnConsumedCapacity()Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response.ReturnConsumedCapacityGetItemRequest. returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.ReturnConsumedCapacityPutItemRequest. returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.ReturnConsumedCapacityQueryRequest. returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.ReturnConsumedCapacityScanRequest. returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.ReturnConsumedCapacityTransactGetItemsRequest. returnConsumedCapacity()A value ofTOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned.ReturnConsumedCapacityTransactWriteItemsRequest. returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.ReturnConsumedCapacityUpdateItemRequest. returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.static ReturnConsumedCapacityReturnConsumedCapacity. valueOf(String name)Returns the enum constant of this type with the specified name.static ReturnConsumedCapacity[]ReturnConsumedCapacity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReturnConsumedCapacity Modifier and Type Method Description static Set<ReturnConsumedCapacity>ReturnConsumedCapacity. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReturnConsumedCapacity Modifier and Type Method Description BatchExecuteStatementRequest.BuilderBatchExecuteStatementRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.BatchGetItemRequest.BuilderBatchGetItemRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.BatchWriteItemRequest.BuilderBatchWriteItemRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.DeleteItemRequest.BuilderDeleteItemRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.ExecuteStatementRequest.BuilderExecuteStatementRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.ExecuteTransactionRequest.BuilderExecuteTransactionRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response.GetItemRequest.BuilderGetItemRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.PutItemRequest.BuilderPutItemRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.QueryRequest.BuilderQueryRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.ScanRequest.BuilderScanRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.TransactGetItemsRequest.BuilderTransactGetItemsRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)A value ofTOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned.TransactWriteItemsRequest.BuilderTransactWriteItemsRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.UpdateItemRequest.BuilderUpdateItemRequest.Builder. returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)Sets the value of the ReturnConsumedCapacity property for this object.
-