Class GetStatisticsRequest

    • Method Detail

      • indexName

        public final String indexName()

        The name of the index to search. The default value is AWS_Things.

        Returns:
        The name of the index to search. The default value is AWS_Things.
      • queryString

        public final String queryString()

        The query used to search. You can specify "*" for the query string to get the count of all indexed things in your Amazon Web Services account.

        Returns:
        The query used to search. You can specify "*" for the query string to get the count of all indexed things in your Amazon Web Services account.
      • aggregationField

        public final String aggregationField()

        The aggregation field name.

        Returns:
        The aggregation field name.
      • queryVersion

        public final String queryVersion()

        The version of the query used to search.

        Returns:
        The version of the query used to search.
      • 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