Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ReturnConsumedCapacity
Packages that use ReturnConsumedCapacity
-
Uses of ReturnConsumedCapacity in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ReturnConsumedCapacityModifier and TypeMethodDescriptionstatic ReturnConsumedCapacityUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReturnConsumedCapacityBatchExecuteStatementRequest.returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.final ReturnConsumedCapacityBatchGetItemRequest.returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.final ReturnConsumedCapacityBatchWriteItemRequest.returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.final ReturnConsumedCapacityDeleteItemRequest.returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.final ReturnConsumedCapacityExecuteStatementRequest.returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.final ReturnConsumedCapacityExecuteTransactionRequest.returnConsumedCapacity()Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response.final ReturnConsumedCapacityGetItemRequest.returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.final ReturnConsumedCapacityPutItemRequest.returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.final ReturnConsumedCapacityQueryRequest.returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.final ReturnConsumedCapacityScanRequest.returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.final ReturnConsumedCapacityTransactGetItemsRequest.returnConsumedCapacity()A value ofTOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned.final ReturnConsumedCapacityTransactWriteItemsRequest.returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.final ReturnConsumedCapacityUpdateItemRequest.returnConsumedCapacity()Returns the value of the ReturnConsumedCapacity property for this object.static ReturnConsumedCapacityReturns 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 ReturnConsumedCapacityModifier and TypeMethodDescriptionstatic Set<ReturnConsumedCapacity>ReturnConsumedCapacity.knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReturnConsumedCapacityModifier and TypeMethodDescriptionBatchExecuteStatementRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.BatchGetItemRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.BatchWriteItemRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.DeleteItemRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.ExecuteStatementRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.ExecuteTransactionRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response.GetItemRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.PutItemRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.QueryRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.ScanRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.TransactGetItemsRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) A value ofTOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned.TransactWriteItemsRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.UpdateItemRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.