methods

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

Parameters

value

The requests of the specified HTTP methos are routed from. Valid method: GET, POST, DELETE, HEAD, PUT and PATCH. For example, "GET, HEAD" methods indicate that only requests from GET and HEAD methods are routed.


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


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

Parameters

values

The requests of the specified HTTP methos are routed from. Valid method: GET, POST, DELETE, HEAD, PUT and PATCH. For example, "GET, HEAD" methods indicate that only requests from GET and HEAD methods are routed.