| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
static DrmSystem |
DrmSystem.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DrmSystem |
DrmSystem.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<DrmSystem> |
SpekeKeyProvider.drmSystems()
The DRM solution provider you're using to protect your content during distribution.
|
static Set<DrmSystem> |
DrmSystem.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SpekeKeyProvider.Builder |
SpekeKeyProvider.Builder.drmSystems(DrmSystem... drmSystems)
The DRM solution provider you're using to protect your content during distribution.
|
| Modifier and Type | Method and Description |
|---|---|
SpekeKeyProvider.Builder |
SpekeKeyProvider.Builder.drmSystems(Collection<DrmSystem> drmSystems)
The DRM solution provider you're using to protect your content during distribution.
|
Copyright © 2023. All rights reserved.