Uses of Class
com.amazonaws.services.elastictranscoder.model.CreateJobRequest
-
Packages that use CreateJobRequest Package Description com.amazonaws.services.elastictranscoder com.amazonaws.services.elastictranscoder.model -
-
Uses of CreateJobRequest in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder with parameters of type CreateJobRequest 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.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 CreateJobRequest 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 CreateJobRequest in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return CreateJobRequest Modifier and Type Method Description CreateJobRequestCreateJobRequest. addUserMetadataEntry(String key, String value)CreateJobRequestCreateJobRequest. clearUserMetadataEntries()Removes all the entries added into UserMetadata.CreateJobRequestCreateJobRequest. clone()CreateJobRequestCreateJobRequest. withInput(JobInput input)A section of the request body that provides information about the file that is being transcoded.CreateJobRequestCreateJobRequest. withOutput(CreateJobOutput output)CreateJobRequestCreateJobRequest. withOutputKeyPrefix(String outputKeyPrefix)The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.CreateJobRequestCreateJobRequest. withOutputs(CreateJobOutput... outputs)A section of the request body that provides information about the transcoded (target) files.CreateJobRequestCreateJobRequest. withOutputs(Collection<CreateJobOutput> outputs)A section of the request body that provides information about the transcoded (target) files.CreateJobRequestCreateJobRequest. withPipelineId(String pipelineId)TheIdof the pipeline that you want Elastic Transcoder to use for transcoding.CreateJobRequestCreateJobRequest. withPlaylists(CreateJobPlaylist... playlists)If you specify a preset inPresetIdfor which the value ofContaineris fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.CreateJobRequestCreateJobRequest. withPlaylists(Collection<CreateJobPlaylist> playlists)If you specify a preset inPresetIdfor which the value ofContaineris fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.CreateJobRequestCreateJobRequest. withUserMetadata(Map<String,String> userMetadata)User-defined metadata that you want to associate with an Elastic Transcoder job.
-