| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
JobInput |
Job.input()
A section of the request or response body that provides information about the file that is being transcoded.
|
JobInput |
CreateJobRequest.input()
A section of the request body that provides information about the file that is being transcoded.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobInput> |
Job.inputs()
Information about the files that you're transcoding.
|
List<JobInput> |
CreateJobRequest.inputs()
A section of the request body that provides information about the files that are being transcoded.
|
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.input(JobInput input)
A section of the request or response body that provides information about the file that is being transcoded.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.input(JobInput input)
A section of the request body that provides information about the file that is being transcoded.
|
Job.Builder |
Job.Builder.inputs(JobInput... inputs)
Information about the files that you're transcoding.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.inputs(JobInput... inputs)
A section of the request body that provides information about the files that are being transcoded.
|
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.inputs(Collection<JobInput> inputs)
Information about the files that you're transcoding.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.inputs(Collection<JobInput> inputs)
A section of the request body that provides information about the files that are being transcoded.
|
Copyright © 2023. All rights reserved.