Uses of Class
com.amazonaws.services.dynamodbv2.document.BatchWriteItemOutcome
-
Packages that use BatchWriteItemOutcome Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.document.api -
-
Uses of BatchWriteItemOutcome in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return BatchWriteItemOutcome Modifier and Type Method Description BatchWriteItemOutcomeDynamoDB. batchWriteItem(BatchWriteItemSpec spec)BatchWriteItemOutcomeDynamoDB. batchWriteItem(TableWriteItems... tableWriteItems)BatchWriteItemOutcomeDynamoDB. 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 BatchWriteItemOutcome Modifier and Type Method Description BatchWriteItemOutcomeBatchWriteItemApi. batchWriteItem(BatchWriteItemSpec spec)Used to perform a batch write operation to DynamoDB with full parameter specification.BatchWriteItemOutcomeBatchWriteItemApi. batchWriteItem(TableWriteItems... tableWriteItems)Used to perform a batch write operation to DynamoDB.BatchWriteItemOutcomeBatchWriteItemApi. batchWriteItemUnprocessed(Map<String,List<WriteRequest>> unprocessedItems)Used to perform a batch write operation for the unprocessed items returned from a previous batch write operation.
-