|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Preset | |
---|---|
com.amazonaws.services.elastictranscoder.model | Classes modeling the various types represented by AmazonElasticTranscoder. |
Uses of Preset in com.amazonaws.services.elastictranscoder.model |
---|
Methods in com.amazonaws.services.elastictranscoder.model that return Preset | |
---|---|
Preset |
ReadPresetResult.getPreset()
A section of the response body that provides information about the preset. |
Preset |
CreatePresetResult.getPreset()
A section of the response body that provides information about the preset that is created. |
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 | |
---|---|
List<Preset> |
ListPresetsResult.getPresets()
An array of Preset objects. |
Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Preset | |
---|---|
void |
ReadPresetResult.setPreset(Preset preset)
A section of the response body that provides information about the preset. |
void |
CreatePresetResult.setPreset(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. |
CreatePresetResult |
CreatePresetResult.withPreset(Preset preset)
A section of the response body that provides information about the preset that is created. |
ListPresetsResult |
ListPresetsResult.withPresets(Preset... presets)
An array of Preset objects. |
Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type Preset | |
---|---|
void |
ListPresetsResult.setPresets(Collection<Preset> presets)
An array of Preset objects. |
ListPresetsResult |
ListPresetsResult.withPresets(Collection<Preset> presets)
An array of Preset objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |