Interface BatchGetItemApi

  • All Known Implementing Classes:
    DynamoDB

    public interface BatchGetItemApi
    DynamoDB BatchGetItem API that can be used to retrieve multiple items from multiple tables in one request/response by specifying one or multiple primary keys per table in the request.
    • Method Detail

      • batchGetItem

        BatchGetItemOutcome batchGetItem​(ReturnConsumedCapacity returnConsumedCapacity,
                                         TableKeysAndAttributes... tableKeyAndAttributes)
        Used to perform a batch get-item operation from DynamoDB.
        Parameters:
        returnConsumedCapacity - returned capacity to be returned
        tableKeyAndAttributes - the tables, keys, and attributes specification to be used to retrieve the items.
      • batchGetItem

        BatchGetItemOutcome batchGetItem​(TableKeysAndAttributes... tableKeyAndAttributes)
        Used to perform a batch get-item operation from DynamoDB.
        Parameters:
        tableKeyAndAttributes - the tables, keys, and attributes specification to be used to retrieve the items.