Interface DynamoDBQueryExecutorInitContext<K,​V>

    • Method Detail

      • getDynamoDBTable

        com.amazonaws.services.dynamodbv2.document.Table getDynamoDBTable()
        Returns the DynamoDB table.
        Returns:
        The DynamoDB table.
      • getDynamoDBIndex

        com.amazonaws.services.dynamodbv2.document.Index getDynamoDBIndex​(java.lang.String attributeName)
        Returns the DynamoDB index for the specified attribute name.
        Parameters:
        attributeName - The attribute name.
        Returns:
        The DynamoDB index, null if not found.