|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteItemResult | |
---|---|
com.amazonaws.services.dynamodb | Synchronous and asynchronous client classes for accessing AmazonDynamoDB. |
com.amazonaws.services.dynamodb.model | Classes modeling the various types represented by AmazonDynamoDB. |
Uses of DeleteItemResult in com.amazonaws.services.dynamodb |
---|
Methods in com.amazonaws.services.dynamodb that return DeleteItemResult | |
---|---|
DeleteItemResult |
AmazonDynamoDBClient.deleteItem(DeleteItemRequest deleteItemRequest)
Deprecated. Deletes a single item in a table by primary key. |
DeleteItemResult |
AmazonDynamoDB.deleteItem(DeleteItemRequest deleteItemRequest)
Deprecated. Deletes a single item in a table by primary key. |
Methods in com.amazonaws.services.dynamodb that return types with arguments of type DeleteItemResult | |
---|---|
Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(DeleteItemRequest deleteItemRequest)
Deprecated. Deletes a single item in a table by primary key. |
Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(DeleteItemRequest deleteItemRequest)
Deprecated. Deletes a single item in a table by primary key. |
Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(DeleteItemRequest deleteItemRequest,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Deprecated. Deletes a single item in a table by primary key. |
Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(DeleteItemRequest deleteItemRequest,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Deprecated. Deletes a single item in a table by primary key. |
Method parameters in com.amazonaws.services.dynamodb with type arguments of type DeleteItemResult | |
---|---|
Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(DeleteItemRequest deleteItemRequest,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Deprecated. Deletes a single item in a table by primary key. |
Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(DeleteItemRequest deleteItemRequest,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Deprecated. Deletes a single item in a table by primary key. |
Uses of DeleteItemResult in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return DeleteItemResult | |
---|---|
DeleteItemResult |
DeleteItemResult.withAttributes(Map<String,AttributeValue> attributes)
Deprecated. If the ReturnValues parameter is provided as
ALL_OLD in the request, Amazon DynamoDB returns an array
of attribute name-value pairs (essentially, the deleted item). |
DeleteItemResult |
DeleteItemResult.withConsumedCapacityUnits(Double consumedCapacityUnits)
Deprecated. The number of Capacity Units of the provisioned throughput of the table consumed during the operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |