allowedMethods

@JvmName(name = "qnsggifhirkgdmlu")
suspend fun allowedMethods(value: Output<List<String>>)
@JvmName(name = "asnlplmdgnolgevd")
suspend fun allowedMethods(value: List<String>)

Parameters

value

The cross-origin request method that is allowed. Valid values: GET, PUT, DELETE, POST, and HEAD.


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


@JvmName(name = "ehdgwowlwvcqwlwk")
suspend fun allowedMethods(values: List<Output<String>>)
@JvmName(name = "iavmliuoertjfclp")
suspend fun allowedMethods(vararg values: String)

Parameters

values

The cross-origin request method that is allowed. Valid values: GET, PUT, DELETE, POST, and HEAD.