|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteItemRequest | |
---|---|
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 DeleteItemRequest in com.amazonaws.services.dynamodb |
---|
Methods in com.amazonaws.services.dynamodb with parameters of type DeleteItemRequest | |
---|---|
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. |
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 DeleteItemRequest | |
---|---|
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 DeleteItemRequest in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return DeleteItemRequest | |
---|---|
DeleteItemRequest |
DeleteItemRequest.withExpected(Map<String,ExpectedAttributeValue> expected)
Deprecated. Designates an attribute for a conditional modification. |
DeleteItemRequest |
DeleteItemRequest.withKey(Key key)
Deprecated. The primary key that uniquely identifies each item in a table. |
DeleteItemRequest |
DeleteItemRequest.withReturnValues(ReturnValue returnValues)
Deprecated. Use this parameter if you want to get the attribute name-value pairs before or after they are modified. |
DeleteItemRequest |
DeleteItemRequest.withReturnValues(String returnValues)
Deprecated. Use this parameter if you want to get the attribute name-value pairs before or after they are modified. |
DeleteItemRequest |
DeleteItemRequest.withTableName(String tableName)
Deprecated. The name of the table in which you want to delete an item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |