Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Preset> |
ListPresetsResult.getPresets()
An array of
Preset objects. |
Modifier and Type | Method and 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 of
Preset objects. |
Modifier and Type | Method and Description |
---|---|
void |
ListPresetsResult.setPresets(Collection<Preset> presets)
An array of
Preset objects. |
ListPresetsResult |
ListPresetsResult.withPresets(Collection<Preset> presets)
An array of
Preset objects. |
Copyright © 2019. All rights reserved.