checkPresences

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

Parameters

value

List of cookies to check for presence in the custom key.


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


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

Parameters

values

List of cookies to check for presence in the custom key.