Uses of Class
com.amazonaws.services.dynamodbv2.model.DeleteItemResult
-
Packages that use DeleteItemResult Package Description com.amazonaws.services.dynamodbv2 com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.model -
-
Uses of DeleteItemResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return DeleteItemResult Modifier and Type Method Description DeleteItemResult
AbstractAmazonDynamoDB. deleteItem(DeleteItemRequest request)
DeleteItemResult
AbstractAmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key)
DeleteItemResult
AbstractAmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key, String returnValues)
DeleteItemResult
AmazonDynamoDB. deleteItem(DeleteItemRequest deleteItemRequest)
Deletes a single item in a table by primary key.DeleteItemResult
AmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.DeleteItemResult
AmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key, String returnValues)
Simplified method form for invoking the DeleteItem operation.DeleteItemResult
AmazonDynamoDBClient. deleteItem(DeleteItemRequest deleteItemRequest)
Deletes a single item in a table by primary key.DeleteItemResult
AmazonDynamoDBClient. deleteItem(String tableName, Map<String,AttributeValue> key)
DeleteItemResult
AmazonDynamoDBClient. deleteItem(String tableName, Map<String,AttributeValue> key, String returnValues)
Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type DeleteItemResult Modifier and Type Method Description Future<DeleteItemResult>
AbstractAmazonDynamoDBAsync. deleteItemAsync(DeleteItemRequest request)
Future<DeleteItemResult>
AbstractAmazonDynamoDBAsync. deleteItemAsync(DeleteItemRequest request, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Future<DeleteItemResult>
AbstractAmazonDynamoDBAsync. deleteItemAsync(String tableName, Map<String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.Future<DeleteItemResult>
AbstractAmazonDynamoDBAsync. deleteItemAsync(String tableName, Map<String,AttributeValue> key, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.Future<DeleteItemResult>
AbstractAmazonDynamoDBAsync. deleteItemAsync(String tableName, Map<String,AttributeValue> key, String returnValues)
Simplified method form for invoking the DeleteItem operation.Future<DeleteItemResult>
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.Future<DeleteItemResult>
AmazonDynamoDBAsync. deleteItemAsync(DeleteItemRequest deleteItemRequest)
Deletes a single item in a table by primary key.Future<DeleteItemResult>
AmazonDynamoDBAsync. deleteItemAsync(DeleteItemRequest deleteItemRequest, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Deletes a single item in a table by primary key.Future<DeleteItemResult>
AmazonDynamoDBAsync. deleteItemAsync(String tableName, Map<String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.Future<DeleteItemResult>
AmazonDynamoDBAsync. deleteItemAsync(String tableName, Map<String,AttributeValue> key, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.Future<DeleteItemResult>
AmazonDynamoDBAsync. deleteItemAsync(String tableName, Map<String,AttributeValue> key, String returnValues)
Simplified method form for invoking the DeleteItem operation.Future<DeleteItemResult>
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.Future<DeleteItemResult>
AmazonDynamoDBAsyncClient. deleteItemAsync(DeleteItemRequest request)
Future<DeleteItemResult>
AmazonDynamoDBAsyncClient. deleteItemAsync(DeleteItemRequest request, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Future<DeleteItemResult>
AmazonDynamoDBAsyncClient. deleteItemAsync(String tableName, Map<String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.Future<DeleteItemResult>
AmazonDynamoDBAsyncClient. deleteItemAsync(String tableName, Map<String,AttributeValue> key, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.Future<DeleteItemResult>
AmazonDynamoDBAsyncClient. deleteItemAsync(String tableName, Map<String,AttributeValue> key, String returnValues)
Simplified method form for invoking the DeleteItem operation.Future<DeleteItemResult>
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 DeleteItemResult Modifier and Type Method Description Future<DeleteItemResult>
AbstractAmazonDynamoDBAsync. deleteItemAsync(DeleteItemRequest request, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Future<DeleteItemResult>
AbstractAmazonDynamoDBAsync. deleteItemAsync(String tableName, Map<String,AttributeValue> key, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.Future<DeleteItemResult>
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.Future<DeleteItemResult>
AmazonDynamoDBAsync. deleteItemAsync(DeleteItemRequest deleteItemRequest, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Deletes a single item in a table by primary key.Future<DeleteItemResult>
AmazonDynamoDBAsync. deleteItemAsync(String tableName, Map<String,AttributeValue> key, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.Future<DeleteItemResult>
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.Future<DeleteItemResult>
AmazonDynamoDBAsyncClient. deleteItemAsync(DeleteItemRequest request, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Future<DeleteItemResult>
AmazonDynamoDBAsyncClient. deleteItemAsync(String tableName, Map<String,AttributeValue> key, AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.Future<DeleteItemResult>
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 DeleteItemResult Modifier and Type Method Description DeleteItemResult
DeleteItemOutcome. 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 Constructor Description DeleteItemOutcome(DeleteItemResult result)
-
Uses of DeleteItemResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return DeleteItemResult Modifier and Type Method Description DeleteItemResult
DeleteItemResult. addAttributesEntry(String key, AttributeValue value)
DeleteItemResult
DeleteItemResult. clearAttributesEntries()
Removes all the entries added into Attributes.DeleteItemResult
DeleteItemResult. clone()
DeleteItemResult
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
DeleteItemResult. withConsumedCapacity(ConsumedCapacity consumedCapacity)
DeleteItemResult
DeleteItemResult. withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the operation.
-