| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
static OriginManifestType |
OriginManifestType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OriginManifestType |
DashConfiguration.originManifestType()
The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests
or single-period manifests.
|
OriginManifestType |
DashConfigurationForPut.originManifestType()
The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests
or single-period manifests.
|
static OriginManifestType |
OriginManifestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OriginManifestType[] |
OriginManifestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OriginManifestType> |
OriginManifestType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DashConfiguration.Builder |
DashConfiguration.Builder.originManifestType(OriginManifestType originManifestType)
The setting that controls whether MediaTailor handles manifests from the origin server as multi-period
manifests or single-period manifests.
|
DashConfigurationForPut.Builder |
DashConfigurationForPut.Builder.originManifestType(OriginManifestType originManifestType)
The setting that controls whether MediaTailor handles manifests from the origin server as multi-period
manifests or single-period manifests.
|
Copyright © 2023. All rights reserved.