expectedStatusCodeRanges

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

Parameters

value

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


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


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

Parameters

values

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