methods

@JvmName(name = "tocfukajmtwdnttv")
suspend fun methods(value: Output<List<String>>)
@JvmName(name = "bifnxvhkneodayxk")
suspend fun methods(value: List<String>?)

Parameters

value

The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".


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


@JvmName(name = "bxnmeawqkhurvica")
suspend fun methods(values: List<Output<String>>)
@JvmName(name = "yfvjrkkpryoyykxq")
suspend fun methods(vararg values: String)

Parameters

values

The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".