Class GetTableVersionsRequest

    • Method Detail

      • catalogId

        public final String catalogId()

        The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

        Returns:
        The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
      • databaseName

        public final String databaseName()

        The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

        Returns:
        The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
      • tableName

        public final String tableName()

        The name of the table. For Hive compatibility, this name is entirely lowercase.

        Returns:
        The name of the table. For Hive compatibility, this name is entirely lowercase.
      • nextToken

        public final String nextToken()

        A continuation token, if this is not the first call.

        Returns:
        A continuation token, if this is not the first call.
      • maxResults

        public final Integer maxResults()

        The maximum number of table versions to return in one response.

        Returns:
        The maximum number of table versions to return in one response.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object