Uses of Class
com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Packages that use DeleteItemRequest
-
Uses of DeleteItemRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type DeleteItemRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.deleteItem
(DeleteItemRequest request) AmazonDynamoDB.deleteItem
(DeleteItemRequest deleteItemRequest) Deletes a single item in a table by primary key.AmazonDynamoDBClient.deleteItem
(DeleteItemRequest deleteItemRequest) Deletes a single item in a table by primary key.AbstractAmazonDynamoDBAsync.deleteItemAsync
(DeleteItemRequest request) AbstractAmazonDynamoDBAsync.deleteItemAsync
(DeleteItemRequest request, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) AmazonDynamoDBAsync.deleteItemAsync
(DeleteItemRequest deleteItemRequest) Deletes a single item in a table by primary key.AmazonDynamoDBAsync.deleteItemAsync
(DeleteItemRequest deleteItemRequest, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) Deletes a single item in a table by primary key.AmazonDynamoDBAsyncClient.deleteItemAsync
(DeleteItemRequest request) AmazonDynamoDBAsyncClient.deleteItemAsync
(DeleteItemRequest request, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type DeleteItemRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDBAsync.deleteItemAsync
(DeleteItemRequest request, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) AbstractAmazonDynamoDBAsync.deleteItemAsync
(String tableName, Map<String, AttributeValue> key, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) Simplified method form for invoking the DeleteItem operation with an AsyncHandler.AbstractAmazonDynamoDBAsync.deleteItemAsync
(String tableName, Map<String, AttributeValue> key, String returnValues, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) Simplified method form for invoking the DeleteItem operation with an AsyncHandler.AmazonDynamoDBAsync.deleteItemAsync
(DeleteItemRequest deleteItemRequest, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) Deletes a single item in a table by primary key.AmazonDynamoDBAsync.deleteItemAsync
(String tableName, Map<String, AttributeValue> key, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) Simplified method form for invoking the DeleteItem operation with an AsyncHandler.AmazonDynamoDBAsync.deleteItemAsync
(String tableName, Map<String, AttributeValue> key, String returnValues, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) Simplified method form for invoking the DeleteItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.deleteItemAsync
(DeleteItemRequest request, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) AmazonDynamoDBAsyncClient.deleteItemAsync
(String tableName, Map<String, AttributeValue> key, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) Simplified method form for invoking the DeleteItem operation with an AsyncHandler.AmazonDynamoDBAsyncClient.deleteItemAsync
(String tableName, Map<String, AttributeValue> key, String returnValues, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) Simplified method form for invoking the DeleteItem operation with an AsyncHandler. -
Uses of DeleteItemRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return DeleteItemRequestModifier and TypeMethodDescriptionDeleteItemRequest.addExpectedEntry
(String key, ExpectedAttributeValue value) DeleteItemRequest.addExpressionAttributeNamesEntry
(String key, String value) DeleteItemRequest.addExpressionAttributeValuesEntry
(String key, AttributeValue value) DeleteItemRequest.addKeyEntry
(String key, AttributeValue value) DeleteItemRequest.clearExpectedEntries()
Removes all the entries added into Expected.DeleteItemRequest.clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.DeleteItemRequest.clearExpressionAttributeValuesEntries()
Removes all the entries added into ExpressionAttributeValues.DeleteItemRequest.clearKeyEntries()
Removes all the entries added into Key.DeleteItemRequest.clone()
DeleteItemRequest.withConditionalOperator
(ConditionalOperator conditionalOperator) DeleteItemRequest.withConditionalOperator
(String conditionalOperator) DeleteItemRequest.withConditionExpression
(String conditionExpression) A condition that must be satisfied in order for a conditional DeleteItem to succeed.DeleteItemRequest.withExpected
(Map<String, ExpectedAttributeValue> expected) DeleteItemRequest.withExpressionAttributeNames
(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.DeleteItemRequest.withExpressionAttributeValues
(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.DeleteItemRequest.withKey
(Map.Entry<String, AttributeValue> hashKey, Map.Entry<String, AttributeValue> rangeKey) Set the hash and range key attributes of the item.DeleteItemRequest.withKey
(Map<String, AttributeValue> key) A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.DeleteItemRequest.withReturnConsumedCapacity
(ReturnConsumedCapacity returnConsumedCapacity) DeleteItemRequest.withReturnConsumedCapacity
(String returnConsumedCapacity) DeleteItemRequest.withReturnItemCollectionMetrics
(ReturnItemCollectionMetrics returnItemCollectionMetrics) Determines whether item collection metrics are returned.DeleteItemRequest.withReturnItemCollectionMetrics
(String returnItemCollectionMetrics) Determines whether item collection metrics are returned.DeleteItemRequest.withReturnValues
(ReturnValue returnValues) Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.DeleteItemRequest.withReturnValues
(String returnValues) Use ReturnValues if you want to get the item attributes as they appeared before they were deleted.DeleteItemRequest.withTableName
(String tableName) The name of the table from which to delete the item.