| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model | |
| software.amazon.awssdk.services.elastictranscoder.paginators |
| Modifier and Type | Method and Description |
|---|---|
Job |
CreateJobResponse.job()
A section of the response body that provides information about the job that is created.
|
Job |
ReadJobResponse.job()
A section of the response body that provides information about the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
ListJobsByStatusResponse.jobs()
An array of
Job objects that have the specified status. |
List<Job> |
ListJobsByPipelineResponse.jobs()
An array of
Job objects that are in the specified pipeline. |
| Modifier and Type | Method and Description |
|---|---|
CreateJobResponse.Builder |
CreateJobResponse.Builder.job(Job job)
A section of the response body that provides information about the job that is created.
|
ReadJobResponse.Builder |
ReadJobResponse.Builder.job(Job job)
A section of the response body that provides information about the job.
|
ListJobsByStatusResponse.Builder |
ListJobsByStatusResponse.Builder.jobs(Job... jobs)
An array of
Job objects that have the specified status. |
ListJobsByPipelineResponse.Builder |
ListJobsByPipelineResponse.Builder.jobs(Job... jobs)
An array of
Job objects that are in the specified pipeline. |
| Modifier and Type | Method and Description |
|---|---|
ListJobsByStatusResponse.Builder |
ListJobsByStatusResponse.Builder.jobs(Collection<Job> jobs)
An array of
Job objects that have the specified status. |
ListJobsByPipelineResponse.Builder |
ListJobsByPipelineResponse.Builder.jobs(Collection<Job> jobs)
An array of
Job objects that are in the specified pipeline. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Job> |
ListJobsByStatusPublisher.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 paginated
ListJobsByStatusResponse.jobs() member. |
SdkPublisher<Job> |
ListJobsByPipelinePublisher.jobs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Job> |
ListJobsByPipelineIterable.jobs()
Returns an iterable to iterate through the paginated
ListJobsByPipelineResponse.jobs() member. |
Copyright © 2023. All rights reserved.