values

@JvmName(name = "adwbhmkfnodnwwue")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "jlmscetrmqipcypo")
suspend fun values(value: List<String>?)

Parameters

value

The value of the header field. The value must be 1 to 128 characters in length, and can contain lowercase letters, printable ASCII characters whose values are ch >= 32 && ch < 127, asterisks (*), and question marks (?). The value cannot start or end with a space.


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


@JvmName(name = "kdixtojkctyujxbb")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "rjgnyiipjpxqfrcn")
suspend fun values(vararg values: String)

Parameters

values

The value of the header field. The value must be 1 to 128 characters in length, and can contain lowercase letters, printable ASCII characters whose values are ch >= 32 && ch < 127, asterisks (*), and question marks (?). The value cannot start or end with a space.