Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.DeleteItemSpec
Packages that use DeleteItemSpec
Package
Description
-
Uses of DeleteItemSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type DeleteItemSpec -
Uses of DeleteItemSpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type DeleteItemSpecModifier and TypeMethodDescriptionDeleteItemApi.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 DeleteItemSpecModifier and TypeMethodDescriptionDeleteItemSpec.withConditionalOperator(ConditionalOperator conditionalOperator) DeleteItemSpec.withConditionExpression(String conditionExpression) DeleteItemSpec.withExpected(Expected... expected) DeleteItemSpec.withExpected(Collection<Expected> expected) DeleteItemSpec.withExpressionSpec(DeleteItemExpressionSpec xspec) Convenient method to specify expressions (and the associated name map and value map) viaDeleteItemExpressionSpec.DeleteItemSpec.withNameMap(Map<String, String> nameMap) Applicable only when an expression has been specified.DeleteItemSpec.withPrimaryKey(KeyAttribute... components) DeleteItemSpec.withPrimaryKey(PrimaryKey primaryKey) DeleteItemSpec.withPrimaryKey(String hashKeyName, Object hashKeyValue) DeleteItemSpec.withPrimaryKey(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue) DeleteItemSpec.withProgressListener(ProgressListener progressListener) DeleteItemSpec.withRequestMetricCollector(RequestMetricCollector requestMetricCollector) DeleteItemSpec.withReturnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) DeleteItemSpec.withReturnItemCollectionMetrics(ReturnItemCollectionMetrics returnItemCollectionMetrics) DeleteItemSpec.withReturnValues(ReturnValue returnValues) DeleteItemSpec.withValueMap(Map<String, Object> valueMap) Applicable only when an expression has been specified.