Class ListJobsByStatusRequest

    • Method Detail

      • status

        public final String status()

        To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

        Returns:
        To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.
      • ascending

        public final String ascending()

        To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

        Returns:
        To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.
      • pageToken

        public final String pageToken()

        When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

        Returns:
        When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.
      • 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