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 BatchWriteItemOutcome
DynamoDB. 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 BatchWriteItemOutcome
BatchWriteItemApi. 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 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)
-