methods

@JvmName(name = "flkaxernecvnyyot")
suspend fun methods(value: Output<List<RouteMethod>>)
@JvmName(name = "eugdcvdhtbtdekpr")
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 = "qatdveixpbntugoj")
suspend fun methods(vararg values: Output<RouteMethod>)


@JvmName(name = "uudlfxmxhybevfla")
suspend fun methods(values: List<Output<RouteMethod>>)
@JvmName(name = "wkrutehuxoqnhivx")
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.