transitionEvents

@JvmName(name = "teybwqnifkojmdqh")
suspend fun transitionEvents(value: Output<List<DetectorModelTransitionEventArgs>>)
@JvmName(name = "ghqyvaynnxromusp")
suspend fun transitionEvents(value: List<DetectorModelTransitionEventArgs>?)

Parameters

value

Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.


@JvmName(name = "dmybbyvplgywyvcp")
suspend fun transitionEvents(vararg values: Output<DetectorModelTransitionEventArgs>)


@JvmName(name = "upmojdsjqeqgebmx")
suspend fun transitionEvents(values: List<Output<DetectorModelTransitionEventArgs>>)
@JvmName(name = "ndvxsjgvhsqxhhkn")
suspend fun transitionEvents(vararg values: DetectorModelTransitionEventArgs)

Parameters

values

Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.


@JvmName(name = "xgqlbpcdlqwgpekf")
suspend fun transitionEvents(argument: List<suspend DetectorModelTransitionEventArgsBuilder.() -> Unit>)
@JvmName(name = "lrwwmovdxubhvgmc")
suspend fun transitionEvents(vararg argument: suspend DetectorModelTransitionEventArgsBuilder.() -> Unit)
@JvmName(name = "rbvoejwfocloemtl")
suspend fun transitionEvents(argument: suspend DetectorModelTransitionEventArgsBuilder.() -> Unit)

Parameters

argument

Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.