Uses of Class
software.amazon.awssdk.services.mediaconvert.model.PresetSpeke20Video
-
Packages that use PresetSpeke20Video Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of PresetSpeke20Video in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return PresetSpeke20Video Modifier and Type Method Description static PresetSpeke20VideoPresetSpeke20Video. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PresetSpeke20VideoEncryptionContractConfiguration. spekeVideoPreset()Specify which SPEKE version 2.0 video preset MediaConvert uses to request content keys from your SPEKE server.static PresetSpeke20VideoPresetSpeke20Video. valueOf(String name)Returns the enum constant of this type with the specified name.static PresetSpeke20Video[]PresetSpeke20Video. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type PresetSpeke20Video Modifier and Type Method Description static Set<PresetSpeke20Video>PresetSpeke20Video. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type PresetSpeke20Video Modifier and Type Method Description EncryptionContractConfiguration.BuilderEncryptionContractConfiguration.Builder. spekeVideoPreset(PresetSpeke20Video spekeVideoPreset)Specify which SPEKE version 2.0 video preset MediaConvert uses to request content keys from your SPEKE server.
-