firstPartyApps

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "rmfqfjyjehxogpod")
suspend fun firstPartyApps(argument: List<suspend FirstPartyAppDefinitionArgsBuilder.() -> Unit>)
@JvmName(name = "yswudfvummvdlhwa")
suspend fun firstPartyApps(vararg argument: suspend FirstPartyAppDefinitionArgsBuilder.() -> Unit)
@JvmName(name = "crmnwrvbjfujciuh")
suspend fun firstPartyApps(argument: suspend FirstPartyAppDefinitionArgsBuilder.() -> Unit)

Parameters

argument

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