firstPartyApps

@JvmName(name = "frrapnapgpcsdfxa")
suspend fun firstPartyApps(value: Output<List<FirstPartyAppDefinitionArgs>>)
@JvmName(name = "avklfyneavasobdc")
suspend fun firstPartyApps(value: List<FirstPartyAppDefinitionArgs>?)

Parameters

value

The list of first party applications to test along with user application.


@JvmName(name = "kbnuelocbuhwdtvb")
suspend fun firstPartyApps(vararg values: Output<FirstPartyAppDefinitionArgs>)


@JvmName(name = "tvsmmfbecvxmbsfy")
suspend fun firstPartyApps(values: List<Output<FirstPartyAppDefinitionArgs>>)
@JvmName(name = "fovqldtougrybnun")
suspend fun firstPartyApps(vararg values: FirstPartyAppDefinitionArgs)

Parameters

values

The list of first party applications to test along with user application.


@JvmName(name = "yjjbolcbyavnyfso")
suspend fun firstPartyApps(argument: List<suspend FirstPartyAppDefinitionArgsBuilder.() -> Unit>)
@JvmName(name = "eacnjdgocnjwlavi")
suspend fun firstPartyApps(vararg argument: suspend FirstPartyAppDefinitionArgsBuilder.() -> Unit)
@JvmName(name = "vsnedewqrwkkldnl")
suspend fun firstPartyApps(argument: suspend FirstPartyAppDefinitionArgsBuilder.() -> Unit)

Parameters

argument

The list of first party applications to test along with user application.