includedCookies

@JvmName(name = "pjfngknywudnqjgn")
suspend fun includedCookies(value: Output<List<String>>)
@JvmName(name = "gnkxftcmaxfkplkr")
suspend fun includedCookies(value: List<String>?)

Parameters

value

Inspect only the cookies that have a key that matches one of the strings specified here.


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


@JvmName(name = "klsqyjnxwaipbldd")
suspend fun includedCookies(values: List<Output<String>>)
@JvmName(name = "ulykncdspiyjeosf")
suspend fun includedCookies(vararg values: String)

Parameters

values

Inspect only the cookies that have a key that matches one of the strings specified here.