Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.api | |
com.amazonaws.services.dynamodbv2.document.spec |
Modifier and Type | Method and Description |
---|---|
BatchWriteItemOutcome |
DynamoDB.batchWriteItem(BatchWriteItemSpec spec) |
Modifier and Type | Method and Description |
---|---|
BatchWriteItemOutcome |
BatchWriteItemApi.batchWriteItem(BatchWriteItemSpec spec)
Used to perform a batch write operation to DynamoDB with full parameter
specification.
|
Modifier and Type | Method and Description |
---|---|
BatchWriteItemSpec |
BatchWriteItemSpec.withProgressListener(ProgressListener progressListener) |
BatchWriteItemSpec |
BatchWriteItemSpec.withRequestMetricCollector(RequestMetricCollector requestMetricCollector) |
BatchWriteItemSpec |
BatchWriteItemSpec.withReturnConsumedCapacity(ReturnConsumedCapacity capacity) |
BatchWriteItemSpec |
BatchWriteItemSpec.withTableWriteItems(TableWriteItems... tableWriteItems) |
BatchWriteItemSpec |
BatchWriteItemSpec.withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems) |
Copyright © 2017. All rights reserved.