Class DynamoDBMapper.FailedBatch

java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper.FailedBatch
Enclosing class:
DynamoDBMapper

public static class DynamoDBMapper.FailedBatch extends Object
The return type of batchWrite, batchDelete and batchSave. It contains the information about the unprocessed items and the exception causing the failure.
  • Constructor Details

    • FailedBatch

      public FailedBatch()
  • Method Details