Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api |
Modifier and Type | Method and Description |
---|---|
BatchWriteItemOutcome |
DynamoDB.batchWriteItem(BatchWriteItemSpec spec) |
BatchWriteItemOutcome |
DynamoDB.batchWriteItem(TableWriteItems... tableWriteItems) |
BatchWriteItemOutcome |
DynamoDB.batchWriteItemUnprocessed(Map<String,List<WriteRequest>> unprocessedItems) |
Modifier and Type | Method and Description |
---|---|
BatchWriteItemOutcome |
BatchWriteItemApi.batchWriteItem(BatchWriteItemSpec spec)
Used to perform a batch write operation to DynamoDB with full parameter
specification.
|
BatchWriteItemOutcome |
BatchWriteItemApi.batchWriteItem(TableWriteItems... tableWriteItems)
Used to perform a batch write operation to DynamoDB.
|
BatchWriteItemOutcome |
BatchWriteItemApi.batchWriteItemUnprocessed(Map<String,List<WriteRequest>> unprocessedItems)
Used to perform a batch write operation for the unprocessed items
returned from a previous batch write operation.
|
Copyright © 2017. All rights reserved.