Uses of Class
com.amazonaws.services.elastictranscoder.model.Preset
-
Packages that use Preset Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of Preset in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return Preset Modifier and Type Method Description PresetPreset. clone()PresetCreatePresetResult. getPreset()A section of the response body that provides information about the preset that is created.PresetReadPresetResult. getPreset()A section of the response body that provides information about the preset.PresetPreset. withArn(String arn)The Amazon Resource Name (ARN) for the preset.PresetPreset. withAudio(AudioParameters audio)A section of the response body that provides information about the audio preset values.PresetPreset. withContainer(String container)The container type for the output file.PresetPreset. withDescription(String description)A description of the preset.PresetPreset. withId(String id)Identifier for the new preset.PresetPreset. withName(String name)The name of the preset.PresetPreset. withThumbnails(Thumbnails thumbnails)A section of the response body that provides information about the thumbnail preset values, if any.PresetPreset. withType(String type)Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).PresetPreset. withVideo(VideoParameters video)A section of the response body that provides information about the video preset values.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type Preset Modifier and Type Method Description List<Preset>ListPresetsResult. getPresets()An array ofPresetobjects.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Preset Modifier and Type Method Description voidCreatePresetResult. setPreset(Preset preset)A section of the response body that provides information about the preset that is created.voidReadPresetResult. setPreset(Preset preset)A section of the response body that provides information about the preset.CreatePresetResultCreatePresetResult. withPreset(Preset preset)A section of the response body that provides information about the preset that is created.ReadPresetResultReadPresetResult. withPreset(Preset preset)A section of the response body that provides information about the preset.ListPresetsResultListPresetsResult. withPresets(Preset... presets)An array ofPresetobjects.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type Preset Modifier and Type Method Description voidListPresetsResult. setPresets(Collection<Preset> presets)An array ofPresetobjects.ListPresetsResultListPresetsResult. withPresets(Collection<Preset> presets)An array ofPresetobjects.
-