prefixMatches

@JvmName(name = "qdseklmqmeopbgen")
suspend fun prefixMatches(value: Output<List<String>>)
@JvmName(name = "fnxlhlspyeuwvhfr")
suspend fun prefixMatches(value: List<String>?)

Parameters

value

A set of strings for blob prefixes to be matched. Maximum of 10 blob prefixes.


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


@JvmName(name = "phmgxkpjpxfkjhfg")
suspend fun prefixMatches(values: List<Output<String>>)
@JvmName(name = "nrqmmcrgxlircxuv")
suspend fun prefixMatches(vararg values: String)

Parameters

values

A set of strings for blob prefixes to be matched. Maximum of 10 blob prefixes.