Uses of Class
software.amazon.awssdk.services.medialive.model.SmoothGroupEventStopBehavior
-
Packages that use SmoothGroupEventStopBehavior Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of SmoothGroupEventStopBehavior in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return SmoothGroupEventStopBehavior Modifier and Type Method Description SmoothGroupEventStopBehaviorMsSmoothGroupSettings. eventStopBehavior()When set to sendEos, send EOS signal to IIS server when stopping the eventstatic SmoothGroupEventStopBehaviorSmoothGroupEventStopBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SmoothGroupEventStopBehaviorSmoothGroupEventStopBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static SmoothGroupEventStopBehavior[]SmoothGroupEventStopBehavior. 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 SmoothGroupEventStopBehavior Modifier and Type Method Description static Set<SmoothGroupEventStopBehavior>SmoothGroupEventStopBehavior. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type SmoothGroupEventStopBehavior Modifier and Type Method Description MsSmoothGroupSettings.BuilderMsSmoothGroupSettings.Builder. eventStopBehavior(SmoothGroupEventStopBehavior eventStopBehavior)When set to sendEos, send EOS signal to IIS server when stopping the event
-