includedHeaders

@JvmName(name = "guxxyywrrqcaixht")
suspend fun includedHeaders(value: Output<List<String>>)
@JvmName(name = "lbyxvldbvnyhsclj")
suspend fun includedHeaders(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "ppkacyursnmeccdr")
suspend fun includedHeaders(values: List<Output<String>>)
@JvmName(name = "ndedxooeivxtfljm")
suspend fun includedHeaders(vararg values: String)

Parameters

values

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