Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DeleteItemResult |
AmazonDynamoDB.deleteItem(DeleteItemRequest deleteItemRequest)
Deprecated.
Deletes a single item in a table by primary key.
|
DeleteItemResult |
AmazonDynamoDBClient.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.