public class BatchWriteItemImpl extends Object implements BatchWriteItemApi
BatchWriteItemApi.| Constructor and Description | 
|---|
| BatchWriteItemImpl(AmazonDynamoDB client) | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchWriteItemOutcome | batchWriteItem(BatchWriteItemSpec spec)Used to perform a batch write operation to DynamoDB with full parameter
 specification. | 
| BatchWriteItemOutcome | batchWriteItem(TableWriteItems... tableWriteItems)Used to perform a batch write operation to DynamoDB. | 
| BatchWriteItemOutcome | batchWriteItemUnprocessed(Map<String,List<WriteRequest>> unprocessedItems)Used to perform a batch write operation for the unprocessed items
 returned from a previous batch write operation. | 
public BatchWriteItemImpl(AmazonDynamoDB client)
public BatchWriteItemOutcome batchWriteItem(TableWriteItems... tableWriteItems)
BatchWriteItemApibatchWriteItem in interface BatchWriteItemApitableWriteItems - the tables and the respective keys to delete from and/or the
            respective items to be put.public BatchWriteItemOutcome batchWriteItem(BatchWriteItemSpec spec)
BatchWriteItemApibatchWriteItem in interface BatchWriteItemApipublic BatchWriteItemOutcome batchWriteItemUnprocessed(Map<String,List<WriteRequest>> unprocessedItems)
BatchWriteItemApibatchWriteItemUnprocessed in interface BatchWriteItemApiunprocessedItems - the unprocessed items returned from the result of a previous
            batch write operationBatchWriteItemOutcome.getUnprocessedItems()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.