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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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.
|
Copyright © 2014. All rights reserved.