Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.Job
-
Packages that use Job Package Description software.amazon.awssdk.services.elastictranscoder.model software.amazon.awssdk.services.elastictranscoder.paginators -
-
Uses of Job in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return Job Modifier and Type Method Description JobCreateJobResponse. job()A section of the response body that provides information about the job that is created.JobReadJobResponse. job()A section of the response body that provides information about the job.Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type Job Modifier and Type Method Description List<Job>ListJobsByPipelineResponse. jobs()An array ofJobobjects that are in the specified pipeline.List<Job>ListJobsByStatusResponse. jobs()An array ofJobobjects that have the specified status.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type Job Modifier and Type Method Description CreateJobResponse.BuilderCreateJobResponse.Builder. job(Job job)A section of the response body that provides information about the job that is created.ReadJobResponse.BuilderReadJobResponse.Builder. job(Job job)A section of the response body that provides information about the job.ListJobsByPipelineResponse.BuilderListJobsByPipelineResponse.Builder. jobs(Job... jobs)An array ofJobobjects that are in the specified pipeline.ListJobsByStatusResponse.BuilderListJobsByStatusResponse.Builder. jobs(Job... jobs)An array ofJobobjects that have the specified status.Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type Job Modifier and Type Method Description ListJobsByPipelineResponse.BuilderListJobsByPipelineResponse.Builder. jobs(Collection<Job> jobs)An array ofJobobjects that are in the specified pipeline.ListJobsByStatusResponse.BuilderListJobsByStatusResponse.Builder. jobs(Collection<Job> jobs)An array ofJobobjects that have the specified status. -
Uses of Job in software.amazon.awssdk.services.elastictranscoder.paginators
Methods in software.amazon.awssdk.services.elastictranscoder.paginators that return types with arguments of type Job Modifier and Type Method Description SdkIterable<Job>ListJobsByPipelineIterable. jobs()Returns an iterable to iterate through the paginatedListJobsByPipelineResponse.jobs()member.SdkPublisher<Job>ListJobsByPipelinePublisher. jobs()Returns a publisher that can be used to get a stream of data.SdkIterable<Job>ListJobsByStatusIterable. jobs()Returns an iterable to iterate through the paginatedListJobsByStatusResponse.jobs()member.SdkPublisher<Job>ListJobsByStatusPublisher. jobs()Returns a publisher that can be used to get a stream of data.
-