methods

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


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