Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsProgramDateTime
-
Packages that use HlsProgramDateTime Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsProgramDateTime in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsProgramDateTime Modifier and Type Method Description static HlsProgramDateTime
HlsProgramDateTime. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsProgramDateTime
HlsGroupSettings. programDateTime()
Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files.static HlsProgramDateTime
HlsProgramDateTime. valueOf(String name)
Returns the enum constant of this type with the specified name.static HlsProgramDateTime[]
HlsProgramDateTime. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type HlsProgramDateTime Modifier and Type Method Description static Set<HlsProgramDateTime>
HlsProgramDateTime. knownValues()
Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsProgramDateTime Modifier and Type Method Description HlsGroupSettings.Builder
HlsGroupSettings.Builder. programDateTime(HlsProgramDateTime programDateTime)
Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files.
-