| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateJobResponse |
ElasticTranscoderClient.createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus
information about the job that is created.
|
default CreateJobResponse |
ElasticTranscoderClient.createJob(CreateJobRequest createJobRequest)
When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus
information about the job that is created.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateJobResponse> |
ElasticTranscoderAsyncClient.createJob(Consumer<CreateJobRequest.Builder> createJobRequest)
When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus
information about the job that is created.
|
default CompletableFuture<CreateJobResponse> |
ElasticTranscoderAsyncClient.createJob(CreateJobRequest createJobRequest)
When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus
information about the job that is created.
|
Copyright © 2023. All rights reserved.