Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.CreateJobRequest
-
Packages that use CreateJobRequest Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.transform -
-
Uses of CreateJobRequest in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder with parameters of type CreateJobRequest Modifier and Type Method Description 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.default CreateJobResponseElasticTranscoderClient. 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. -
Uses of CreateJobRequest in software.amazon.awssdk.services.elastictranscoder.transform
Methods in software.amazon.awssdk.services.elastictranscoder.transform with parameters of type CreateJobRequest Modifier and Type Method Description SdkHttpFullRequestCreateJobRequestMarshaller. marshall(CreateJobRequest createJobRequest)
-