thresholds

@JvmName(name = "chkpsqgmjheubqbu")
suspend fun thresholds(value: Output<List<ThresholdArgs>>)
@JvmName(name = "yqwvoumxpachljgp")
suspend fun thresholds(value: List<ThresholdArgs>?)

Parameters

value

Threshold lines drawn horizontally across the chart.


@JvmName(name = "bgklrkkykmejvino")
suspend fun thresholds(vararg values: Output<ThresholdArgs>)


@JvmName(name = "geahiqyopcjuhacy")
suspend fun thresholds(values: List<Output<ThresholdArgs>>)
@JvmName(name = "dtlbserklnxqccrg")
suspend fun thresholds(vararg values: ThresholdArgs)

Parameters

values

Threshold lines drawn horizontally across the chart.


@JvmName(name = "phctrwkpxgibysbh")
suspend fun thresholds(argument: List<suspend ThresholdArgsBuilder.() -> Unit>)
@JvmName(name = "bsvaoigsfjbrdube")
suspend fun thresholds(vararg argument: suspend ThresholdArgsBuilder.() -> Unit)
@JvmName(name = "kxptuvbbpmxsmvvc")
suspend fun thresholds(argument: suspend ThresholdArgsBuilder.() -> Unit)

Parameters

argument

Threshold lines drawn horizontally across the chart.