Uses of Class
com.amazonaws.services.dynamodbv2.document.DeleteItemOutcome
Packages that use DeleteItemOutcome
Package
Description
-
Uses of DeleteItemOutcome in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return DeleteItemOutcomeModifier and TypeMethodDescriptionTable.deleteItem
(KeyAttribute... primaryKeyComponents) Table.deleteItem
(PrimaryKey primaryKey) Table.deleteItem
(PrimaryKey primaryKey, Expected... expected) Table.deleteItem
(PrimaryKey primaryKey, DeleteItemExpressionSpec conditionExpressions) Table.deleteItem
(PrimaryKey primaryKey, String conditionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Table.deleteItem
(DeleteItemSpec spec) Table.deleteItem
(String hashKeyName, Object hashKeyValue) Table.deleteItem
(String hashKeyName, Object hashKeyValue, Expected... expected) Table.deleteItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue) Table.deleteItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, Expected... expected) Table.deleteItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, DeleteItemExpressionSpec conditionExpressions) Table.deleteItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, String conditionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Table.deleteItem
(String hashKeyName, Object hashKeyValue, String conditionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) -
Uses of DeleteItemOutcome in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api that return DeleteItemOutcomeModifier and TypeMethodDescriptionDeleteItemApi.deleteItem
(KeyAttribute... primaryKeyComponents) Deletes an item by primary key.DeleteItemApi.deleteItem
(PrimaryKey primaryKey) Deletes an item by primary key.DeleteItemApi.deleteItem
(PrimaryKey primaryKey, Expected... expected) Conditional delete with the specified primary key and expected conditions.DeleteItemApi.deleteItem
(PrimaryKey primaryKey, String conditionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Conditional delete with the specified primary key and condition expression.DeleteItemApi.deleteItem
(DeleteItemSpec spec) Deletes an item by specifying all the details.DeleteItemApi.deleteItem
(String hashKeyName, Object hashKeyValue) Deletes an item by hash-only primary key.DeleteItemApi.deleteItem
(String hashKeyName, Object hashKeyValue, Expected... expected) Conditional delete with the specified hash-only primary key and expected conditions.DeleteItemApi.deleteItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue) Deletes an item by hash key-and-range primary key.DeleteItemApi.deleteItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, Expected... expected) Conditional delete with the specified hash-and-range primary key and expected conditions.DeleteItemApi.deleteItem
(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue, String conditionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Conditional delete with the specified hash-and-range primary key and condition expression.DeleteItemApi.deleteItem
(String hashKeyName, Object hashKeyValue, String conditionExpression, Map<String, String> nameMap, Map<String, Object> valueMap) Conditional delete with the specified hash-only primary key and condition expression.