Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
BatchWriteItemResult |
AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest batchWriteItemRequest)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
BatchWriteItemResult |
AmazonDynamoDBClient.batchWriteItem(BatchWriteItemRequest batchWriteItemRequest)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
BatchWriteItemResult |
AmazonDynamoDB.batchWriteItem(Map<String,List<WriteRequest>> requestItems)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
BatchWriteItemResult |
AmazonDynamoDBClient.batchWriteItem(Map<String,List<WriteRequest>> requestItems)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsyncClient.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsync.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsyncClient.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest,
AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsync.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest,
AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsyncClient.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest,
AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
Future<BatchWriteItemResult> |
AmazonDynamoDBAsync.batchWriteItemAsync(BatchWriteItemRequest batchWriteItemRequest,
AsyncHandler<BatchWriteItemRequest,BatchWriteItemResult> asyncHandler)
The BatchWriteItem operation puts or deletes multiple items in
one or more tables.
|
Modifier and Type | Method and Description |
---|---|
BatchWriteItemResult |
BatchWriteItemOutcome.getBatchWriteItemResult()
Returns a non-null low-level result returned from the server side.
|
Constructor and Description |
---|
BatchWriteItemOutcome(BatchWriteItemResult result) |
Modifier and Type | Method and Description |
---|---|
BatchWriteItemResult |
BatchWriteItemResult.addItemCollectionMetricsEntry(String key,
List<ItemCollectionMetrics> value)
A list of tables that were processed by BatchWriteItem and, for
each table, information about any item collections that were affected
by individual DeleteItem or PutItem operations.
|
BatchWriteItemResult |
BatchWriteItemResult.addUnprocessedItemsEntry(String key,
List<WriteRequest> value)
A map of tables and requests against those tables that were not
processed.
|
BatchWriteItemResult |
BatchWriteItemResult.clearItemCollectionMetricsEntries()
Removes all the entries added into ItemCollectionMetrics.
|
BatchWriteItemResult |
BatchWriteItemResult.clearUnprocessedItemsEntries()
Removes all the entries added into UnprocessedItems.
|
BatchWriteItemResult |
BatchWriteItemResult.clone() |
BatchWriteItemResult |
BatchWriteItemResult.withConsumedCapacity(Collection<ConsumedCapacity> consumedCapacity)
The capacity units consumed by the operation.
|
BatchWriteItemResult |
BatchWriteItemResult.withConsumedCapacity(ConsumedCapacity... consumedCapacity)
The capacity units consumed by the operation.
|
BatchWriteItemResult |
BatchWriteItemResult.withItemCollectionMetrics(Map<String,List<ItemCollectionMetrics>> itemCollectionMetrics)
A list of tables that were processed by BatchWriteItem and, for
each table, information about any item collections that were affected
by individual DeleteItem or PutItem operations.
|
BatchWriteItemResult |
BatchWriteItemResult.withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
A map of tables and requests against those tables that were not
processed.
|
Copyright © 2015. All rights reserved.