Uses of Class
com.amazonaws.services.elastictranscoder.model.CreatePresetResult
Packages that use CreatePresetResult
Package
Description
-
Uses of CreatePresetResult in com.amazonaws.services.elastictranscoder
Methods in com.amazonaws.services.elastictranscoder that return CreatePresetResultModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoder.createPreset
(CreatePresetRequest request) AmazonElasticTranscoder.createPreset
(CreatePresetRequest createPresetRequest) The CreatePreset operation creates a preset with settings that you specify.AmazonElasticTranscoderClient.createPreset
(CreatePresetRequest createPresetRequest) The CreatePreset operation creates a preset with settings that you specify.Methods in com.amazonaws.services.elastictranscoder that return types with arguments of type CreatePresetResultModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.createPresetAsync
(CreatePresetRequest request) AbstractAmazonElasticTranscoderAsync.createPresetAsync
(CreatePresetRequest request, AsyncHandler<CreatePresetRequest, CreatePresetResult> asyncHandler) AmazonElasticTranscoderAsync.createPresetAsync
(CreatePresetRequest createPresetRequest) The CreatePreset operation creates a preset with settings that you specify.AmazonElasticTranscoderAsync.createPresetAsync
(CreatePresetRequest createPresetRequest, AsyncHandler<CreatePresetRequest, CreatePresetResult> asyncHandler) The CreatePreset operation creates a preset with settings that you specify.AmazonElasticTranscoderAsyncClient.createPresetAsync
(CreatePresetRequest request) AmazonElasticTranscoderAsyncClient.createPresetAsync
(CreatePresetRequest request, AsyncHandler<CreatePresetRequest, CreatePresetResult> asyncHandler) Method parameters in com.amazonaws.services.elastictranscoder with type arguments of type CreatePresetResultModifier and TypeMethodDescriptionAbstractAmazonElasticTranscoderAsync.createPresetAsync
(CreatePresetRequest request, AsyncHandler<CreatePresetRequest, CreatePresetResult> asyncHandler) AmazonElasticTranscoderAsync.createPresetAsync
(CreatePresetRequest createPresetRequest, AsyncHandler<CreatePresetRequest, CreatePresetResult> asyncHandler) The CreatePreset operation creates a preset with settings that you specify.AmazonElasticTranscoderAsyncClient.createPresetAsync
(CreatePresetRequest request, AsyncHandler<CreatePresetRequest, CreatePresetResult> asyncHandler) -
Uses of CreatePresetResult in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return CreatePresetResultModifier and TypeMethodDescriptionCreatePresetResult.clone()
CreatePresetResult.withPreset
(Preset preset) A section of the response body that provides information about the preset that is created.CreatePresetResult.withWarning
(String warning) If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard.