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 DeleteItemOutcomeTable. 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 DeleteItemOutcomeDeleteItemApi. 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 DeleteItemSpecDeleteItemSpec. withConditionalOperator(ConditionalOperator conditionalOperator)DeleteItemSpecDeleteItemSpec. withConditionExpression(String conditionExpression)DeleteItemSpecDeleteItemSpec. withExpected(Expected... expected)DeleteItemSpecDeleteItemSpec. withExpected(Collection<Expected> expected)DeleteItemSpecDeleteItemSpec. withExpressionSpec(DeleteItemExpressionSpec xspec)Convenient method to specify expressions (and the associated name map and value map) viaDeleteItemExpressionSpec.DeleteItemSpecDeleteItemSpec. withNameMap(Map<String,String> nameMap)Applicable only when an expression has been specified.DeleteItemSpecDeleteItemSpec. withPrimaryKey(KeyAttribute... components)DeleteItemSpecDeleteItemSpec. withPrimaryKey(PrimaryKey primaryKey)DeleteItemSpecDeleteItemSpec. withPrimaryKey(String hashKeyName, Object hashKeyValue)DeleteItemSpecDeleteItemSpec. withPrimaryKey(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue)DeleteItemSpecDeleteItemSpec. withProgressListener(ProgressListener progressListener)DeleteItemSpecDeleteItemSpec. withRequestMetricCollector(RequestMetricCollector requestMetricCollector)DeleteItemSpecDeleteItemSpec. withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity)DeleteItemSpecDeleteItemSpec. withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics)DeleteItemSpecDeleteItemSpec. withReturnValues(ReturnValue returnValues)DeleteItemSpecDeleteItemSpec. withValueMap(Map<String,Object> valueMap)Applicable only when an expression has been specified.
-