methods

@JvmName(name = "sqalkrpnvsrrecdx")
suspend fun methods(value: Output<List<RouteMethod>>)
@JvmName(name = "bgynuxfghyposffj")
suspend fun methods(value: List<RouteMethod>?)

Parameters

value

A list of HTTP methods to match. An empty list matches all values. If a method is present, only HTTP requests using that method are forwarded to this route’s service.


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


@JvmName(name = "gryplopvgydngmjf")
suspend fun methods(values: List<Output<RouteMethod>>)
@JvmName(name = "avmdekskpfqrevgu")
suspend fun methods(vararg values: RouteMethod)

Parameters

values

A list of HTTP methods to match. An empty list matches all values. If a method is present, only HTTP requests using that method are forwarded to this route’s service.