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