recipeList

@JvmName(name = "bphjqpssjgphtsrw")
suspend fun recipeList(value: Output<List<String>>)
@JvmName(name = "lrkcwmotslcqvnun")
suspend fun recipeList(value: List<String>?)

Parameters

value

The list of candidate recipes.


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


@JvmName(name = "ifntmwjsaqlgttma")
suspend fun recipeList(values: List<Output<String>>)
@JvmName(name = "oqkmrqcymfauuwmf")
suspend fun recipeList(vararg values: String)

Parameters

values

The list of candidate recipes.