matchValues

@JvmName(name = "xmqvxjscdwytnjlm")
suspend fun matchValues(value: Output<List<String>>)
@JvmName(name = "vfhftvwfofsyidqm")
suspend fun matchValues(value: List<String>?)

Parameters

value

List of header values. This is required if operator is not Any.


@JvmName(name = "xrqgyyxdalumqasr")
suspend fun matchValues(vararg values: Output<String>)


@JvmName(name = "duhvlsnmpcoycdhy")
suspend fun matchValues(values: List<Output<String>>)
@JvmName(name = "rliqqwcovhekkrfj")
suspend fun matchValues(vararg values: String)

Parameters

values

List of header values. This is required if operator is not Any.