Uses of Class
com.amazonaws.services.dynamodbv2.model.DeleteItemResult
Packages that use DeleteItemResult
Package
Description
-
Uses of DeleteItemResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return DeleteItemResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.deleteItem
(DeleteItemRequest request) AbstractAmazonDynamoDB.deleteItem
(String tableName, Map<String, AttributeValue> key) AbstractAmazonDynamoDB.deleteItem
(String tableName, Map<String, AttributeValue> key, String returnValues) AmazonDynamoDB.deleteItem
(DeleteItemRequest deleteItemRequest) Deletes a single item in a table by primary key.AmazonDynamoDB.deleteItem
(String tableName, Map<String, AttributeValue> key) Simplified method form for invoking the DeleteItem operation.AmazonDynamoDB.deleteItem
(String tableName, Map<String, AttributeValue> key, String returnValues) Simplified method form for invoking the DeleteItem operation.AmazonDynamoDBClient.deleteItem
(DeleteItemRequest deleteItemRequest) Deletes a single item in a table by primary key.AmazonDynamoDBClient.deleteItem
(String tableName, Map<String, AttributeValue> key) AmazonDynamoDBClient.deleteItem
(String tableName, Map<String, AttributeValue> key, String returnValues) Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type DeleteItemResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBAsync.deleteItemAsync
(DeleteItemRequest request) AbstractAmazonDynamoDBAsync.deleteItemAsync
(DeleteItemRequest request, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) AbstractAmazonDynamoDBAsync.deleteItemAsync
(String tableName, Map<String, AttributeValue> key) Simplified method form for invoking the DeleteItem operation.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) Simplified method form for invoking the DeleteItem operation.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) 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.AmazonDynamoDBAsync.deleteItemAsync
(String tableName, Map<String, AttributeValue> key) Simplified method form for invoking the DeleteItem operation.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) Simplified method form for invoking the DeleteItem operation.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) AmazonDynamoDBAsyncClient.deleteItemAsync
(DeleteItemRequest request, AsyncHandler<DeleteItemRequest, DeleteItemResult> asyncHandler) AmazonDynamoDBAsyncClient.deleteItemAsync
(String tableName, Map<String, AttributeValue> key) Simplified method form for invoking the DeleteItem operation.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) Simplified method form for invoking the DeleteItem operation.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.Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type DeleteItemResultModifier 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 DeleteItemResult in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return DeleteItemResultModifier and TypeMethodDescriptionDeleteItemOutcome.getDeleteItemResult()
Returns a non-null low-level result returned from the server side.Constructors in com.amazonaws.services.dynamodbv2.document with parameters of type DeleteItemResult -
Uses of DeleteItemResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return DeleteItemResultModifier and TypeMethodDescriptionDeleteItemResult.addAttributesEntry
(String key, AttributeValue value) DeleteItemResult.clearAttributesEntries()
Removes all the entries added into Attributes.DeleteItemResult.clone()
DeleteItemResult.withAttributes
(Map<String, AttributeValue> attributes) A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation.DeleteItemResult.withConsumedCapacity
(ConsumedCapacity consumedCapacity) DeleteItemResult.withItemCollectionMetrics
(ItemCollectionMetrics itemCollectionMetrics) Information about item collections, if any, that were affected by the operation.