Uses of Class
com.amazonaws.services.elastictranscoder.model.CreateJobResult
-
Packages that use CreateJobResult Package Description com.amazonaws.services.elastictranscoder com.amazonaws.services.elastictranscoder.model -
-
Uses of CreateJobResult in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder that return CreateJobResult Modifier and Type Method Description CreateJobResultAbstractAmazonElasticTranscoder. createJob(CreateJobRequest request)CreateJobResultAmazonElasticTranscoder. 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.CreateJobResultAmazonElasticTranscoderClient. 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 com.amazonaws.services.elastictranscoder that return types with arguments of type CreateJobResult Modifier and Type Method Description Future<CreateJobResult>AbstractAmazonElasticTranscoderAsync. createJobAsync(CreateJobRequest request)Future<CreateJobResult>AbstractAmazonElasticTranscoderAsync. createJobAsync(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)Future<CreateJobResult>AmazonElasticTranscoderAsync. createJobAsync(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.Future<CreateJobResult>AmazonElasticTranscoderAsync. createJobAsync(CreateJobRequest createJobRequest, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)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.Future<CreateJobResult>AmazonElasticTranscoderAsyncClient. createJobAsync(CreateJobRequest request)Future<CreateJobResult>AmazonElasticTranscoderAsyncClient. createJobAsync(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type CreateJobResult Modifier and Type Method Description Future<CreateJobResult>AbstractAmazonElasticTranscoderAsync. createJobAsync(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)Future<CreateJobResult>AmazonElasticTranscoderAsync. createJobAsync(CreateJobRequest createJobRequest, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)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.Future<CreateJobResult>AmazonElasticTranscoderAsyncClient. createJobAsync(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) -
Uses of CreateJobResult in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return CreateJobResult Modifier and Type Method Description CreateJobResultCreateJobResult. clone()CreateJobResultCreateJobResult. withJob(Job job)A section of the response body that provides information about the job that is created.
-