DeleteItemSpec |
DeleteItemSpec.withConditionalOperator(ConditionalOperator conditionalOperator) |
DeleteItemSpec |
DeleteItemSpec.withConditionExpression(String conditionExpression) |
DeleteItemSpec |
DeleteItemSpec.withExpected(Collection<Expected> expected) |
DeleteItemSpec |
DeleteItemSpec.withExpected(Expected... expected) |
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.
|