Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
-
Packages that use DeleteItemSpec Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api com.amazonaws.services.dynamodbv2.document.spec -
-
Uses of DeleteItemSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type DeleteItemSpec Modifier and Type Method Description DeleteItemOutcome
Table. deleteItem(DeleteItemSpec spec)
-
Uses of DeleteItemSpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type DeleteItemSpec Modifier and Type Method Description DeleteItemOutcome
DeleteItemApi. deleteItem(DeleteItemSpec spec)
Deletes an item by specifying all the details. -
Uses of DeleteItemSpec in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return DeleteItemSpec Modifier and Type Method Description DeleteItemSpec
DeleteItemSpec. withConditionalOperator(ConditionalOperator conditionalOperator)
DeleteItemSpec
DeleteItemSpec. withConditionExpression(String conditionExpression)
DeleteItemSpec
DeleteItemSpec. withExpected(Expected... expected)
DeleteItemSpec
DeleteItemSpec. withExpected(Collection<Expected> expected)
DeleteItemSpec
DeleteItemSpec. withExpressionSpec(DeleteItemExpressionSpec xspec)
Convenient method to specify expressions (and the associated name map and value map) viaDeleteItemExpressionSpec
.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.
-