startsWiths

@JvmName(name = "hhbuyragxeahpqbh")
suspend fun startsWiths(value: Output<List<String>>)
@JvmName(name = "tfxckkrrqfvkkpiy")
suspend fun startsWiths(value: List<String>?)

Parameters

value

A list of values that includes events that match the first few characters of the event record field specified as the value of field.


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


@JvmName(name = "umorpqihnbqdkjvx")
suspend fun startsWiths(values: List<Output<String>>)
@JvmName(name = "jfgxwfciniebnbuj")
suspend fun startsWiths(vararg values: String)

Parameters

values

A list of values that includes events that match the first few characters of the event record field specified as the value of field.