Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api | |
com.amazonaws.services.dynamodbv2.document.internal |
Modifier and Type | Method and Description |
---|---|
DeleteItemOutcome |
Table.deleteItem(DeleteItemSpec spec) |
DeleteItemOutcome |
Table.deleteItem(KeyAttribute... primaryKeyComponents) |
DeleteItemOutcome |
Table.deleteItem(PrimaryKey primaryKey) |
DeleteItemOutcome |
Table.deleteItem(PrimaryKey primaryKey,
DeleteItemExpressionSpec conditionExpressions) |
DeleteItemOutcome |
Table.deleteItem(PrimaryKey primaryKey,
Expected... expected) |
DeleteItemOutcome |
Table.deleteItem(PrimaryKey primaryKey,
String conditionExpression,
Map<String,String> nameMap,
Map<String,Object> valueMap) |
DeleteItemOutcome |
Table.deleteItem(String hashKeyName,
Object hashKeyValue) |
DeleteItemOutcome |
Table.deleteItem(String hashKeyName,
Object hashKeyValue,
Expected... expected) |
DeleteItemOutcome |
Table.deleteItem(String hashKeyName,
Object hashKeyValue,
String conditionExpression,
Map<String,String> nameMap,
Map<String,Object> valueMap) |
DeleteItemOutcome |
Table.deleteItem(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue) |
DeleteItemOutcome |
Table.deleteItem(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue,
DeleteItemExpressionSpec conditionExpressions) |
DeleteItemOutcome |
Table.deleteItem(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue,
Expected... expected) |
DeleteItemOutcome |
Table.deleteItem(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue,
String conditionExpression,
Map<String,String> nameMap,
Map<String,Object> valueMap) |
Modifier and Type | Method and Description |
---|---|
DeleteItemOutcome |
DeleteItemApi.deleteItem(DeleteItemSpec spec)
Deletes an item by specifying all the details.
|
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(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 conditionExpression,
Map<String,String> nameMap,
Map<String,Object> valueMap)
Conditional delete with the specified hash-only primary key and condition
expression.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DeleteItemOutcome |
DeleteItemImpl.deleteItem(DeleteItemSpec spec) |
DeleteItemOutcome |
DeleteItemImpl.deleteItem(KeyAttribute... primaryKeyComponents) |
DeleteItemOutcome |
DeleteItemImpl.deleteItem(PrimaryKey primaryKey) |
DeleteItemOutcome |
DeleteItemImpl.deleteItem(PrimaryKey primaryKeys,
Expected... expected) |
DeleteItemOutcome |
DeleteItemImpl.deleteItem(PrimaryKey primaryKeys,
String conditionExpression,
Map<String,String> nameMap,
Map<String,Object> valueMap) |
DeleteItemOutcome |
DeleteItemImpl.deleteItem(String hashKeyName,
Object hashKeyValue) |
DeleteItemOutcome |
DeleteItemImpl.deleteItem(String hashKeyName,
Object hashKeyValue,
Expected... expected) |
DeleteItemOutcome |
DeleteItemImpl.deleteItem(String hashKeyName,
Object hashKeyValue,
String conditionExpression,
Map<String,String> nameMap,
Map<String,Object> valueMap) |
DeleteItemOutcome |
DeleteItemImpl.deleteItem(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue) |
DeleteItemOutcome |
DeleteItemImpl.deleteItem(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue,
Expected... expected) |
DeleteItemOutcome |
DeleteItemImpl.deleteItem(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue,
String conditionExpression,
Map<String,String> nameMap,
Map<String,Object> valueMap) |
Copyright © 2019. All rights reserved.