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 DeleteItemResultAbstractAmazonDynamoDB. deleteItem(DeleteItemRequest request)DeleteItemResultAbstractAmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key)DeleteItemResultAbstractAmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key, String returnValues)DeleteItemResultAmazonDynamoDB. deleteItem(DeleteItemRequest deleteItemRequest)Deletes a single item in a table by primary key.DeleteItemResultAmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key)Simplified method form for invoking the DeleteItem operation.DeleteItemResultAmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key, String returnValues)Simplified method form for invoking the DeleteItem operation.DeleteItemResultAmazonDynamoDBClient. deleteItem(DeleteItemRequest deleteItemRequest)Deletes a single item in a table by primary key.DeleteItemResultAmazonDynamoDBClient. deleteItem(String tableName, Map<String,AttributeValue> key)DeleteItemResultAmazonDynamoDBClient. 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 DeleteItemResultDeleteItemOutcome. 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 DeleteItemResultDeleteItemResult. addAttributesEntry(String key, AttributeValue value)DeleteItemResultDeleteItemResult. clearAttributesEntries()Removes all the entries added into Attributes.DeleteItemResultDeleteItemResult. clone()DeleteItemResultDeleteItemResult. withAttributes(Map<String,AttributeValue> attributes)A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation.DeleteItemResultDeleteItemResult. withConsumedCapacity(ConsumedCapacity consumedCapacity)DeleteItemResultDeleteItemResult. withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)Information about item collections, if any, that were affected by the operation.
-