allowMethods

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

Parameters

value

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


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


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

Parameters

values

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