Package | Description |
---|---|
software.amazon.awssdk.services.mediaconvert |
AWS Elemental MediaConvert
|
Modifier and Type | Method and Description |
---|---|
default GetPresetResponse |
MediaConvertClient.getPreset(Consumer<GetPresetRequest.Builder> getPresetRequest)
Retrieve the JSON for a specific preset.
|
default GetPresetResponse |
MediaConvertClient.getPreset(GetPresetRequest getPresetRequest)
Retrieve the JSON for a specific preset.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetPresetResponse> |
MediaConvertAsyncClient.getPreset(Consumer<GetPresetRequest.Builder> getPresetRequest)
Retrieve the JSON for a specific preset.
|
default CompletableFuture<GetPresetResponse> |
MediaConvertAsyncClient.getPreset(GetPresetRequest getPresetRequest)
Retrieve the JSON for a specific preset.
|
Copyright © 2021. All rights reserved.