Uses of Class
software.amazon.awssdk.services.mediaconvert.model.GetPresetResponse
-
Packages that use GetPresetResponse Package Description software.amazon.awssdk.services.mediaconvert AWS Elemental MediaConvert -
-
Uses of GetPresetResponse in software.amazon.awssdk.services.mediaconvert
Methods in software.amazon.awssdk.services.mediaconvert that return GetPresetResponse Modifier and Type Method Description default GetPresetResponseMediaConvertClient. getPreset(Consumer<GetPresetRequest.Builder> getPresetRequest)Retrieve the JSON for a specific preset.default GetPresetResponseMediaConvertClient. getPreset(GetPresetRequest getPresetRequest)Retrieve the JSON for a specific preset.Methods in software.amazon.awssdk.services.mediaconvert that return types with arguments of type GetPresetResponse Modifier and Type Method 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.
-