Uses of Class
com.amazonaws.services.elastictranscoder.model.CreateJobRequest
Packages that use CreateJobRequest
Package
Description
-
Uses of CreateJobRequest in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder with parameters of type CreateJobRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoder.createJob
(CreateJobRequest request) AmazonElasticTranscoder.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.AmazonElasticTranscoderClient.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.AbstractAmazonElasticTranscoderAsync.createJobAsync
(CreateJobRequest request) AbstractAmazonElasticTranscoderAsync.createJobAsync
(CreateJobRequest request, AsyncHandler<CreateJobRequest, CreateJobResult> asyncHandler) 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.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.AmazonElasticTranscoderAsyncClient.createJobAsync
(CreateJobRequest request) AmazonElasticTranscoderAsyncClient.createJobAsync
(CreateJobRequest request, AsyncHandler<CreateJobRequest, CreateJobResult> asyncHandler) Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type CreateJobRequestModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.createJobAsync
(CreateJobRequest request, AsyncHandler<CreateJobRequest, CreateJobResult> asyncHandler) 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.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 CreateJobRequestModifier and TypeMethodDescriptionCreateJobRequest.addUserMetadataEntry
(String key, String value) CreateJobRequest.clearUserMetadataEntries()
Removes all the entries added into UserMetadata.CreateJobRequest.clone()
A section of the request body that provides information about the file that is being transcoded.CreateJobRequest.withOutput
(CreateJobOutput output) CreateJobRequest.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.CreateJobRequest.withOutputs
(CreateJobOutput... outputs) A section of the request body that provides information about the transcoded (target) files.CreateJobRequest.withOutputs
(Collection<CreateJobOutput> outputs) A section of the request body that provides information about the transcoded (target) files.CreateJobRequest.withPipelineId
(String pipelineId) TheId
of the pipeline that you want Elastic Transcoder to use for transcoding.CreateJobRequest.withPlaylists
(CreateJobPlaylist... playlists) If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.CreateJobRequest.withPlaylists
(Collection<CreateJobPlaylist> playlists) If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.CreateJobRequest.withUserMetadata
(Map<String, String> userMetadata) User-defined metadata that you want to associate with an Elastic Transcoder job.