Class ListTablesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The pagination token. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

        Returns:
        The pagination token. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.
      • maxResults

        public final Integer maxResults()

        The total number of tables to return in the output. If the total number of tables available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.

        Returns:
        The total number of tables to return in the output. If the total number of tables available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.
      • keyspaceName

        public final String keyspaceName()

        The name of the keyspace.

        Returns:
        The name of the keyspace.
      • 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