Class ListVersionsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of results to include in the response.

        Returns:
        The maximum number of results to include in the response.
      • nextToken

        public final String nextToken()

        The token to use when requesting the next set of results. You receive this token from a previous ListVersions operation.

        Returns:
        The token to use when requesting the next set of results. You receive this token from a previous ListVersions operation.
      • workspaceId

        public final String workspaceId()

        The ID of the workspace to list the available upgrade versions. If not included, lists all versions of Grafana that are supported for CreateWorkspace.

        Returns:
        The ID of the workspace to list the available upgrade versions. If not included, lists all versions of Grafana that are supported for CreateWorkspace.
      • 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