Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
Packages that use BatchWriteItemSpec
Package
Description
-
Uses of BatchWriteItemSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type BatchWriteItemSpec -
Uses of BatchWriteItemSpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type BatchWriteItemSpecModifier and TypeMethodDescriptionBatchWriteItemApi.batchWriteItem
(BatchWriteItemSpec spec) Used to perform a batch write operation to DynamoDB with full parameter specification. -
Uses of BatchWriteItemSpec in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return BatchWriteItemSpecModifier and TypeMethodDescriptionBatchWriteItemSpec.withProgressListener
(ProgressListener progressListener) BatchWriteItemSpec.withRequestMetricCollector
(RequestMetricCollector requestMetricCollector) BatchWriteItemSpec.withReturnConsumedCapacity
(ReturnConsumedCapacity capacity) BatchWriteItemSpec.withTableWriteItems
(TableWriteItems... tableWriteItems) BatchWriteItemSpec.withUnprocessedItems
(Map<String, List<WriteRequest>> unprocessedItems)