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) |
Modifier and Type | Method and Description |
---|---|
DeleteItemSpec |
DeleteItemSpec.withConditionalOperator(ConditionalOperator conditionalOperator) |
DeleteItemSpec |
DeleteItemSpec.withConditionExpression(String conditionExpression) |
DeleteItemSpec |
DeleteItemSpec.withExpected(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(Map<String,String> nameMap)
Applicable only when an expression has been specified.
|
DeleteItemSpec |
DeleteItemSpec.withPrimaryKey(KeyAttribute... components) |
DeleteItemSpec |
DeleteItemSpec.withPrimaryKey(PrimaryKey primaryKey) |
DeleteItemSpec |
DeleteItemSpec.withPrimaryKey(String hashKeyName,
Object hashKeyValue) |
DeleteItemSpec |
DeleteItemSpec.withPrimaryKey(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
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(Map<String,Object> valueMap)
Applicable only when an expression has been specified.
|
Copyright © 2020. All rights reserved.