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 Preset
Preset. clone()
Preset
CreatePresetResult. getPreset()
A section of the response body that provides information about the preset that is created.Preset
ReadPresetResult. getPreset()
A section of the response body that provides information about the preset.Preset
Preset. withArn(String arn)
The Amazon Resource Name (ARN) for the preset.Preset
Preset. withAudio(AudioParameters audio)
A section of the response body that provides information about the audio preset values.Preset
Preset. withContainer(String container)
The container type for the output file.Preset
Preset. withDescription(String description)
A description of the preset.Preset
Preset. withId(String id)
Identifier for the new preset.Preset
Preset. withName(String name)
The name of the preset.Preset
Preset. withThumbnails(Thumbnails thumbnails)
A section of the response body that provides information about the thumbnail preset values, if any.Preset
Preset. withType(String type)
Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that you have defined (Custom
).Preset
Preset. 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 ofPreset
objects.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Preset Modifier and Type Method Description void
CreatePresetResult. setPreset(Preset preset)
A section of the response body that provides information about the preset that is created.void
ReadPresetResult. setPreset(Preset preset)
A section of the response body that provides information about the preset.CreatePresetResult
CreatePresetResult. withPreset(Preset preset)
A section of the response body that provides information about the preset that is created.ReadPresetResult
ReadPresetResult. withPreset(Preset preset)
A section of the response body that provides information about the preset.ListPresetsResult
ListPresetsResult. withPresets(Preset... presets)
An array ofPreset
objects.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type Preset Modifier and Type Method Description void
ListPresetsResult. setPresets(Collection<Preset> presets)
An array ofPreset
objects.ListPresetsResult
ListPresetsResult. withPresets(Collection<Preset> presets)
An array ofPreset
objects.
-