Uses of Class
software.amazon.awssdk.services.mediatailor.model.AdMarkupType
-
Packages that use AdMarkupType Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of AdMarkupType in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return AdMarkupType Modifier and Type Method Description static AdMarkupTypeAdMarkupType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AdMarkupTypeAdMarkupType. valueOf(String name)Returns the enum constant of this type with the specified name.static AdMarkupType[]AdMarkupType. 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 AdMarkupType Modifier and Type Method Description List<AdMarkupType>HlsPlaylistSettings. adMarkupType()Determines the type of SCTE 35 tags to use in ad markup.static Set<AdMarkupType>AdMarkupType. knownValues()Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type AdMarkupType Modifier and Type Method Description HlsPlaylistSettings.BuilderHlsPlaylistSettings.Builder. adMarkupType(AdMarkupType... adMarkupType)Determines the type of SCTE 35 tags to use in ad markup.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type AdMarkupType Modifier and Type Method Description HlsPlaylistSettings.BuilderHlsPlaylistSettings.Builder. adMarkupType(Collection<AdMarkupType> adMarkupType)Determines the type of SCTE 35 tags to use in ad markup.
-