Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.CreateJobResponse
-
Packages that use CreateJobResponse Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service -
-
Uses of CreateJobResponse in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder that return CreateJobResponse Modifier and Type Method Description default CreateJobResponseElasticTranscoderClient. 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 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.Methods in software.amazon.awssdk.services.elastictranscoder that return types with arguments of type CreateJobResponse Modifier and Type Method 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.
-