methods

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

Parameters

value

methods refers to the REST verbs as in https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html. When none specified, all verb types are allowed.


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


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

Parameters

values

methods refers to the REST verbs as in https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html. When none specified, all verb types are allowed.