Class ListKxDataviewsRequest

    • Method Detail

      • environmentId

        public final String environmentId()

        A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.

        Returns:
        A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.
      • databaseName

        public final String databaseName()

        The name of the database where the dataviews were created.

        Returns:
        The name of the database where the dataviews were created.
      • nextToken

        public final String nextToken()

        A token that indicates where a results page should begin.

        Returns:
        A token that indicates where a results page should begin.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in this request.

        Returns:
        The maximum number of results to return in this request.
      • 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