Uses of Class
com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome
Packages that use BatchWriteItemOutcome
Package
Description
-
Uses of BatchWriteItemOutcome in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return BatchWriteItemOutcomeModifier and TypeMethodDescriptionDynamoDB.batchWriteItem
(BatchWriteItemSpec spec) DynamoDB.batchWriteItem
(TableWriteItems... tableWriteItems) DynamoDB.batchWriteItemUnprocessed
(Map<String, List<WriteRequest>> unprocessedItems) -
Uses of BatchWriteItemOutcome in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api that return BatchWriteItemOutcomeModifier and TypeMethodDescriptionBatchWriteItemApi.batchWriteItem
(BatchWriteItemSpec spec) Used to perform a batch write operation to DynamoDB with full parameter specification.BatchWriteItemApi.batchWriteItem
(TableWriteItems... tableWriteItems) Used to perform a batch write operation to DynamoDB.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.