expectedStatusCodeRanges

@JvmName(name = "yjvqathswvyqglsw")
suspend fun expectedStatusCodeRanges(value: Output<List<String>>)
@JvmName(name = "uclxjwdvdhqnieby")
suspend fun expectedStatusCodeRanges(value: List<String>?)

Parameters

value

A list of status code ranges in the format of 100-101.


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


@JvmName(name = "tadkibygjftchmhs")
suspend fun expectedStatusCodeRanges(values: List<Output<String>>)
@JvmName(name = "vwkooijwpxwwnxvh")
suspend fun expectedStatusCodeRanges(vararg values: String)

Parameters

values

A list of status code ranges in the format of 100-101.