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 |
---|---|
BatchWriteItemResult |
AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest batchWriteItemRequest)
Deprecated.
Allows to execute a batch of Put and/or Delete Requests for many
tables in a single call.
|
BatchWriteItemResult |
AmazonDynamoDBClient.batchWriteItem(BatchWriteItemRequest batchWriteItemRequest)
Deprecated.
Allows to execute a batch of Put and/or Delete Requests for many
tables in a single call.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsyncClient.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest)
Deprecated.
Allows to execute a batch of Put and/or Delete Requests for many
tables in a single call.
|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsync.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest)
Deprecated.
Allows to execute a batch of Put and/or Delete Requests for many
tables in a single call.
|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsyncClient.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest,
AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
Deprecated.
Allows to execute a batch of Put and/or Delete Requests for many
tables in a single call.
|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsync.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest,
AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
Deprecated.
Allows to execute a batch of Put and/or Delete Requests for many
tables in a single call.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsyncClient.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest,
AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
Deprecated.
Allows to execute a batch of Put and/or Delete Requests for many
tables in a single call.
|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsync.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest,
AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
Deprecated.
Allows to execute a batch of Put and/or Delete Requests for many
tables in a single call.
|
Modifier and Type | Method and Description |
---|---|
BatchWriteItemResult |
BatchWriteItemResult.withResponses(Map<String,BatchWriteResponse> responses)
Deprecated.
The response object as a result of
BatchWriteItem call. |
BatchWriteItemResult |
BatchWriteItemResult.withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
Deprecated.
The Items which we could not successfully process in a
BatchWriteItem call is returned as
UnprocessedItems |
Copyright © 2014. All rights reserved.