| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model | |
| software.amazon.awssdk.services.mediaconvert.paginators |
| Modifier and Type | Method and Description |
|---|---|
Preset |
UpdatePresetResponse.preset()
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
Preset |
GetPresetResponse.preset()
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
Preset |
CreatePresetResponse.preset()
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the
output during the conversion process.
|
| Modifier and Type | Method and Description |
|---|---|
List<Preset> |
ListPresetsResponse.presets()
List of presets
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePresetResponse.Builder |
UpdatePresetResponse.Builder.preset(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.
|
GetPresetResponse.Builder |
GetPresetResponse.Builder.preset(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.
|
CreatePresetResponse.Builder |
CreatePresetResponse.Builder.preset(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.
|
ListPresetsResponse.Builder |
ListPresetsResponse.Builder.presets(Preset... presets)
List of presets
|
| Modifier and Type | Method and Description |
|---|---|
ListPresetsResponse.Builder |
ListPresetsResponse.Builder.presets(Collection<Preset> presets)
List of presets
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Preset> |
ListPresetsIterable.presets()
Returns an iterable to iterate through the paginated
ListPresetsResponse.presets() member. |
SdkPublisher<Preset> |
ListPresetsPublisher.presets()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.