methods

@JvmName(name = "tpkqrttgrsxlvnxs")
suspend fun methods(value: Output<List<String>>)
@JvmName(name = "pahbpmbavqtxvjrq")
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 = "wnhfkrwueiqolxci")
suspend fun methods(vararg values: Output<String>)


@JvmName(name = "vghursovildomgne")
suspend fun methods(values: List<Output<String>>)
@JvmName(name = "ilhmbttgqqvwohqi")
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.