allowMethods

@JvmName(name = "tnauyocypauoedkp")
suspend fun allowMethods(value: Output<List<String>>)
@JvmName(name = "esikqvrotesbtfhh")
suspend fun allowMethods(value: List<String>?)

Parameters

value

Represents a collection of allowed HTTP methods. Supported only for HTTP APIs.


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


@JvmName(name = "drcchnrgaafoimor")
suspend fun allowMethods(values: List<Output<String>>)
@JvmName(name = "cpwbbxgmqguxkmns")
suspend fun allowMethods(vararg values: String)

Parameters

values

Represents a collection of allowed HTTP methods. Supported only for HTTP APIs.