Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.ListJobsByStatus C# (CSharp) 메소드

ListJobsByStatus() 공개 메소드

The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria.
/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// The requested resource does not exist or is not available. For example, the pipeline /// to which you're trying to add a job doesn't exist or is still being created. /// /// One or more required parameter values were not provided in the request. ///
public ListJobsByStatus ( ListJobsByStatusRequest request ) : ListJobsByStatusResponse
request Amazon.ElasticTranscoder.Model.ListJobsByStatusRequest Container for the necessary parameters to execute the ListJobsByStatus service method.
리턴 Amazon.ElasticTranscoder.Model.ListJobsByStatusResponse
        public ListJobsByStatusResponse ListJobsByStatus(ListJobsByStatusRequest request)
        {
            var marshaller = new ListJobsByStatusRequestMarshaller();
            var unmarshaller = ListJobsByStatusResponseUnmarshaller.Instance;

            return Invoke<ListJobsByStatusRequest,ListJobsByStatusResponse>(request, marshaller, unmarshaller);
        }