Uses of Class
software.amazon.awssdk.services.medialive.model.Scte35SpliceInsertNoRegionalBlackoutBehavior
-
Packages that use Scte35SpliceInsertNoRegionalBlackoutBehavior Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Scte35SpliceInsertNoRegionalBlackoutBehavior in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Scte35SpliceInsertNoRegionalBlackoutBehavior Modifier and Type Method Description static Scte35SpliceInsertNoRegionalBlackoutBehaviorScte35SpliceInsertNoRegionalBlackoutBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Scte35SpliceInsertNoRegionalBlackoutBehaviorScte35SpliceInsert. noRegionalBlackoutFlag()When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slatesstatic Scte35SpliceInsertNoRegionalBlackoutBehaviorScte35SpliceInsertNoRegionalBlackoutBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static Scte35SpliceInsertNoRegionalBlackoutBehavior[]Scte35SpliceInsertNoRegionalBlackoutBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type Scte35SpliceInsertNoRegionalBlackoutBehavior Modifier and Type Method Description static Set<Scte35SpliceInsertNoRegionalBlackoutBehavior>Scte35SpliceInsertNoRegionalBlackoutBehavior. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Scte35SpliceInsertNoRegionalBlackoutBehavior Modifier and Type Method Description Scte35SpliceInsert.BuilderScte35SpliceInsert.Builder. noRegionalBlackoutFlag(Scte35SpliceInsertNoRegionalBlackoutBehavior noRegionalBlackoutFlag)When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates
-