Class ListTablesRequest

    • Method Detail

      • exclusiveStartTableName

        public final String exclusiveStartTableName()

        The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

        Returns:
        The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.
      • limit

        public final Integer limit()

        A maximum number of table names to return. If this parameter is not specified, the limit is 100.

        Returns:
        A maximum number of table names to return. If this parameter is not specified, the limit is 100.
      • 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