Uses of Class
software.amazon.awssdk.services.mediatailor.model.OriginManifestType
-
Packages that use OriginManifestType Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of OriginManifestType in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return OriginManifestType Modifier and Type Method Description static OriginManifestTypeOriginManifestType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OriginManifestTypeDashConfiguration. originManifestType()The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests.OriginManifestTypeDashConfigurationForPut. originManifestType()The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests.static OriginManifestTypeOriginManifestType. 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.Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type OriginManifestType Modifier and Type Method Description static Set<OriginManifestType>OriginManifestType. knownValues()Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type OriginManifestType Modifier and Type Method Description DashConfiguration.BuilderDashConfiguration.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.BuilderDashConfigurationForPut.Builder. originManifestType(OriginManifestType originManifestType)The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests.
-