checkPresences

@JvmName(name = "ygcjvdpljugoccho")
suspend fun checkPresences(value: Output<List<String>>)
@JvmName(name = "osakncqystoipgpe")
suspend fun checkPresences(value: List<String>?)

Parameters

value

Check for presence of specified cookies, without including their actual values.


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


@JvmName(name = "ehbojlxcidjiqgwf")
suspend fun checkPresences(values: List<Output<String>>)
@JvmName(name = "anwnaxuqxaadtneq")
suspend fun checkPresences(vararg values: String)

Parameters

values

Check for presence of specified cookies, without including their actual values.