Uses of Class
com.amazonaws.services.dynamodbv2.document.spec.BatchWriteItemSpec
-
Packages that use BatchWriteItemSpec Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api com.amazonaws.services.dynamodbv2.document.spec -
-
Uses of BatchWriteItemSpec in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type BatchWriteItemSpec Modifier and Type Method Description BatchWriteItemOutcomeDynamoDB. batchWriteItem(BatchWriteItemSpec spec) -
Uses of BatchWriteItemSpec in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api with parameters of type BatchWriteItemSpec Modifier and Type Method Description BatchWriteItemOutcomeBatchWriteItemApi. 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 BatchWriteItemSpec Modifier and Type Method Description BatchWriteItemSpecBatchWriteItemSpec. withProgressListener(ProgressListener progressListener)BatchWriteItemSpecBatchWriteItemSpec. withRequestMetricCollector(RequestMetricCollector requestMetricCollector)BatchWriteItemSpecBatchWriteItemSpec. withReturnConsumedCapacity(ReturnConsumedCapacity capacity)BatchWriteItemSpecBatchWriteItemSpec. withTableWriteItems(TableWriteItems... tableWriteItems)BatchWriteItemSpecBatchWriteItemSpec. withUnprocessedItems(Map<String,List<WriteRequest>> unprocessedItems)
-