commands

@JvmName(name = "ptextospgbhvvsmk")
suspend fun commands(value: Output<List<CommandArgs>>)
@JvmName(name = "pmsafpyxcqloqsde")
suspend fun commands(value: List<CommandArgs>?)

Parameters

value

Commands requested by the build.


@JvmName(name = "ritdqlkcflyhmckl")
suspend fun commands(vararg values: Output<CommandArgs>)


@JvmName(name = "ewxtvggkxlgygywl")
suspend fun commands(values: List<Output<CommandArgs>>)
@JvmName(name = "pgjuklumgmtsevcu")
suspend fun commands(vararg values: CommandArgs)

Parameters

values

Commands requested by the build.


@JvmName(name = "wkkvyijcsuhdsoey")
suspend fun commands(argument: List<suspend CommandArgsBuilder.() -> Unit>)
@JvmName(name = "lhlrfdlhfhagcaam")
suspend fun commands(vararg argument: suspend CommandArgsBuilder.() -> Unit)
@JvmName(name = "djglracpnfqmlogq")
suspend fun commands(argument: suspend CommandArgsBuilder.() -> Unit)

Parameters

argument

Commands requested by the build.