| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
JobOutput |
Job.output()
If you specified one output for a job, information about that output.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobOutput> |
Job.outputs()
Information about the output files.
|
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.output(JobOutput output)
If you specified one output for a job, information about that output.
|
Job.Builder |
Job.Builder.outputs(JobOutput... outputs)
Information about the output files.
|
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.outputs(Collection<JobOutput> outputs)
Information about the output files.
|
Copyright © 2023. All rights reserved.