Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private Preset |
ReadPresetResult.preset
A section of the response body that provides information about the
preset.
|
private Preset |
CreatePresetResult.preset
A section of the response body that provides information about the preset
that is created.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Preset> |
ListPresetsResult.presets
An array of
Preset objects. |
Modifier and Type | Method and Description |
---|---|
Preset |
Preset.clone() |
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(java.lang.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(java.lang.String container)
The container type for the output file.
|
Preset |
Preset.withDescription(java.lang.String description)
A description of the preset.
|
Preset |
Preset.withId(java.lang.String id)
Identifier for the new preset.
|
Preset |
Preset.withName(java.lang.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(java.lang.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 |
---|---|
java.util.List<Preset> |
ListPresetsResult.getPresets()
An array of
Preset objects. |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
ListPresetsResult.setPresets(java.util.Collection<Preset> presets)
An array of
Preset objects. |
ListPresetsResult |
ListPresetsResult.withPresets(java.util.Collection<Preset> presets)
An array of
Preset objects. |
Modifier and Type | Method and Description |
---|---|
Preset |
PresetJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PresetJsonMarshaller.marshall(Preset preset,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|