Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.DrmSystem
-
Packages that use DrmSystem Package Description software.amazon.awssdk.services.mediapackagev2.model -
-
Uses of DrmSystem in software.amazon.awssdk.services.mediapackagev2.model
Methods in software.amazon.awssdk.services.mediapackagev2.model that return DrmSystem Modifier and Type Method Description static DrmSystemDrmSystem. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DrmSystemDrmSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static DrmSystem[]DrmSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediapackagev2.model that return types with arguments of type DrmSystem Modifier and Type Method Description List<DrmSystem>SpekeKeyProvider. drmSystems()The DRM solution provider you're using to protect your content during distribution.static Set<DrmSystem>DrmSystem. knownValues()Methods in software.amazon.awssdk.services.mediapackagev2.model with parameters of type DrmSystem Modifier and Type Method Description SpekeKeyProvider.BuilderSpekeKeyProvider.Builder. drmSystems(DrmSystem... drmSystems)The DRM solution provider you're using to protect your content during distribution.Method parameters in software.amazon.awssdk.services.mediapackagev2.model with type arguments of type DrmSystem Modifier and Type Method Description SpekeKeyProvider.BuilderSpekeKeyProvider.Builder. drmSystems(Collection<DrmSystem> drmSystems)The DRM solution provider you're using to protect your content during distribution.
-