allOf

@JvmName(name = "ivrjjgmikcefgpqg")
suspend fun allOf(value: Output<List<ScopeElementArgs>>)
@JvmName(name = "phqnmmdygfflumqf")
suspend fun allOf(value: List<ScopeElementArgs>)

Parameters

value

All the conditions inside need to be true in order to suppress the alert


@JvmName(name = "owesrmwnkafvjdpx")
suspend fun allOf(vararg values: Output<ScopeElementArgs>)


@JvmName(name = "khwsxmtfscvaslyj")
suspend fun allOf(values: List<Output<ScopeElementArgs>>)
@JvmName(name = "iickdqnvwmnancph")
suspend fun allOf(vararg values: ScopeElementArgs)

Parameters

values

All the conditions inside need to be true in order to suppress the alert


@JvmName(name = "ncbbfaxmpghpvdub")
suspend fun allOf(argument: List<suspend ScopeElementArgsBuilder.() -> Unit>)
@JvmName(name = "cotrdejnexgyqiby")
suspend fun allOf(vararg argument: suspend ScopeElementArgsBuilder.() -> Unit)
@JvmName(name = "gruycacbnvnxmeru")
suspend fun allOf(argument: suspend ScopeElementArgsBuilder.() -> Unit)

Parameters

argument

All the conditions inside need to be true in order to suppress the alert