| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
CreateJobOutput |
CreateJobRequest.output()
A section of the request body that provides information about the transcoded (target) file.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateJobOutput> |
CreateJobRequest.outputs()
A section of the request body that provides information about the transcoded (target) files.
|
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest.Builder |
CreateJobRequest.Builder.output(CreateJobOutput output)
A section of the request body that provides information about the transcoded (target) file.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.outputs(CreateJobOutput... outputs)
A section of the request body that provides information about the transcoded (target) files.
|
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest.Builder |
CreateJobRequest.Builder.outputs(Collection<CreateJobOutput> outputs)
A section of the request body that provides information about the transcoded (target) files.
|
Copyright © 2023. All rights reserved.