Interface BatchWriteItemApi

  • All Known Implementing Classes:
    DynamoDB

    public interface BatchWriteItemApi
    DynamoDB BatchWriteItem API that can be used to put multiple items to and/or delete multiple items from multiple tables in a single request-response to/from DynamoDB.
    • Method Detail

      • batchWriteItem

        BatchWriteItemOutcome batchWriteItem​(TableWriteItems... tableWriteItems)
        Used to perform a batch write operation to DynamoDB.
        Parameters:
        tableWriteItems - the tables and the respective keys to delete from and/or the respective items to be put.