Modifier and Type | Method and Description |
---|---|
DeleteItemOutcome |
Table.deleteItem(DeleteItemSpec spec) |
Modifier and Type | Method and Description |
---|---|
DeleteItemOutcome |
DeleteItemApi.deleteItem(DeleteItemSpec spec)
Deletes an item by specifying all the details.
|
Modifier and Type | Method and Description |
---|---|
DeleteItemOutcome |
DeleteItemImpl.deleteItem(DeleteItemSpec spec) |
private DeleteItemOutcome |
DeleteItemImpl.doDeleteItem(DeleteItemSpec spec) |
Modifier and Type | Method and Description |
---|---|
DeleteItemSpec |
DeleteItemSpec.withConditionalOperator(ConditionalOperator conditionalOperator) |
DeleteItemSpec |
DeleteItemSpec.withConditionExpression(java.lang.String conditionExpression) |
DeleteItemSpec |
DeleteItemSpec.withExpected(java.util.Collection<Expected> expected) |
DeleteItemSpec |
DeleteItemSpec.withExpected(Expected... expected) |
DeleteItemSpec |
DeleteItemSpec.withExpressionSpec(DeleteItemExpressionSpec xspec)
Convenient method to specify expressions (and the associated name map and
value map) via
DeleteItemExpressionSpec . |
DeleteItemSpec |
DeleteItemSpec.withNameMap(java.util.Map<java.lang.String,java.lang.String> nameMap)
Applicable only when an expression has been specified.
|
DeleteItemSpec |
DeleteItemSpec.withPrimaryKey(KeyAttribute... components) |
DeleteItemSpec |
DeleteItemSpec.withPrimaryKey(PrimaryKey primaryKey) |
DeleteItemSpec |
DeleteItemSpec.withPrimaryKey(java.lang.String hashKeyName,
java.lang.Object hashKeyValue) |
DeleteItemSpec |
DeleteItemSpec.withPrimaryKey(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.Object rangeKeyValue) |
DeleteItemSpec |
DeleteItemSpec.withProgressListener(ProgressListener progressListener) |
DeleteItemSpec |
DeleteItemSpec.withRequestMetricCollector(RequestMetricCollector requestMetricCollector) |
DeleteItemSpec |
DeleteItemSpec.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) |
DeleteItemSpec |
DeleteItemSpec.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics) |
DeleteItemSpec |
DeleteItemSpec.withReturnValues(ReturnValue returnValues) |
DeleteItemSpec |
DeleteItemSpec.withValueMap(java.util.Map<java.lang.String,java.lang.Object> valueMap)
Applicable only when an expression has been specified.
|