transitionEvents

@JvmName(name = "xdggyvkkgkeushvs")
suspend fun transitionEvents(value: Output<List<DetectorModelTransitionEventArgs>>)
@JvmName(name = "qljexumarehiytdf")
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 = "rdxewtleemcpqdni")
suspend fun transitionEvents(vararg values: Output<DetectorModelTransitionEventArgs>)


@JvmName(name = "kjrxfiporclrpftt")
suspend fun transitionEvents(values: List<Output<DetectorModelTransitionEventArgs>>)
@JvmName(name = "sfhgjbkjlkikeufp")
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 = "tlihvtohjcswnkrt")
suspend fun transitionEvents(argument: List<suspend DetectorModelTransitionEventArgsBuilder.() -> Unit>)
@JvmName(name = "nmkcmbqqykvydxhn")
suspend fun transitionEvents(vararg argument: suspend DetectorModelTransitionEventArgsBuilder.() -> Unit)
@JvmName(name = "kfytdcrwuukajkwq")
suspend fun transitionEvents(argument: suspend DetectorModelTransitionEventArgsBuilder.() -> Unit)

Parameters

argument

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