Class ListDashboardsRequest

    • Method Detail

      • dashboardNamePrefix

        public final String dashboardNamePrefix()

        If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".

        Returns:
        If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".
      • nextToken

        public final String nextToken()

        The token returned by a previous call to indicate that there is more data available.

        Returns:
        The token returned by a previous call to indicate that there is more data available.
      • 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