| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Preset |
Preset.clone() |
Preset |
GetPresetResult.getPreset()
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
Preset |
CreatePresetResult.getPreset()
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
Preset |
UpdatePresetResult.getPreset()
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
Preset |
Preset.withArn(String arn)
An identifier for this resource that is unique within all of AWS.
|
Preset |
Preset.withCategory(String category)
An optional category you create to organize your presets.
|
Preset |
Preset.withCreatedAt(Date createdAt)
The timestamp in epoch seconds for preset creation.
|
Preset |
Preset.withDescription(String description)
An optional description you create for each preset.
|
Preset |
Preset.withLastUpdated(Date lastUpdated)
The timestamp in epoch seconds when the preset was last updated.
|
Preset |
Preset.withName(String name)
A name you create for each preset.
|
Preset |
Preset.withSettings(PresetSettings settings)
Settings for preset
|
Preset |
Preset.withType(String type)
A preset can be of two types: system or custom.
|
Preset |
Preset.withType(Type type)
A preset can be of two types: system or custom.
|
| Modifier and Type | Method and Description |
|---|---|
List<Preset> |
ListPresetsResult.getPresets()
List of presets
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPresetResult.setPreset(Preset preset)
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
void |
CreatePresetResult.setPreset(Preset preset)
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
void |
UpdatePresetResult.setPreset(Preset preset)
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
GetPresetResult |
GetPresetResult.withPreset(Preset preset)
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
CreatePresetResult |
CreatePresetResult.withPreset(Preset preset)
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
UpdatePresetResult |
UpdatePresetResult.withPreset(Preset preset)
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
ListPresetsResult |
ListPresetsResult.withPresets(Preset... presets)
List of presets
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPresetsResult.setPresets(Collection<Preset> presets)
List of presets
|
ListPresetsResult |
ListPresetsResult.withPresets(Collection<Preset> presets)
List of presets
|
Copyright © 2019. All rights reserved.