Uses of Class
software.amazon.awssdk.services.medialive.model.SmoothGroupStreamManifestBehavior
-
Packages that use SmoothGroupStreamManifestBehavior Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of SmoothGroupStreamManifestBehavior in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return SmoothGroupStreamManifestBehavior Modifier and Type Method Description static SmoothGroupStreamManifestBehaviorSmoothGroupStreamManifestBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SmoothGroupStreamManifestBehaviorMsSmoothGroupSettings. streamManifestBehavior()When set to send, send stream manifest so publishing point doesn't start until all streams start.static SmoothGroupStreamManifestBehaviorSmoothGroupStreamManifestBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static SmoothGroupStreamManifestBehavior[]SmoothGroupStreamManifestBehavior. 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 SmoothGroupStreamManifestBehavior Modifier and Type Method Description static Set<SmoothGroupStreamManifestBehavior>SmoothGroupStreamManifestBehavior. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type SmoothGroupStreamManifestBehavior Modifier and Type Method Description MsSmoothGroupSettings.BuilderMsSmoothGroupSettings.Builder. streamManifestBehavior(SmoothGroupStreamManifestBehavior streamManifestBehavior)When set to send, send stream manifest so publishing point doesn't start until all streams start.
-