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.
|
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 |
---|---|
BatchWriteItemRequest |
BatchWriteItemRequest.withRequestItems(Map<String,List<WriteRequest>> requestItems)
Deprecated.
A map of table name to list-of-write-requests.
|
Copyright © 2014. All rights reserved.