Uses of Class
software.amazon.awssdk.services.mediaconvert.model.StaticKeyProvider
-
Packages that use StaticKeyProvider Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of StaticKeyProvider in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return StaticKeyProvider Modifier and Type Method Description StaticKeyProviderCmafEncryptionSettings. staticKeyProvider()Use these settings to set up encryption with a static key provider.StaticKeyProviderHlsEncryptionSettings. staticKeyProvider()Use these settings to set up encryption with a static key provider.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type StaticKeyProvider Modifier and Type Method Description CmafEncryptionSettings.BuilderCmafEncryptionSettings.Builder. staticKeyProvider(StaticKeyProvider staticKeyProvider)Use these settings to set up encryption with a static key provider.HlsEncryptionSettings.BuilderHlsEncryptionSettings.Builder. staticKeyProvider(StaticKeyProvider staticKeyProvider)Use these settings to set up encryption with a static key provider.
-