collectionList

@JvmName(name = "yqaotnikftluanav")
suspend fun collectionList(value: Output<List<MongoMigrationCollectionArgs>>)
@JvmName(name = "lsjxpvsxynihudpt")
suspend fun collectionList(value: List<MongoMigrationCollectionArgs>?)

Parameters

value

List of Mongo Collections to be migrated.


@JvmName(name = "tcsgjbfvvpbewxkf")
suspend fun collectionList(vararg values: Output<MongoMigrationCollectionArgs>)


@JvmName(name = "vsmqiolvsrmythbm")
suspend fun collectionList(values: List<Output<MongoMigrationCollectionArgs>>)
@JvmName(name = "xbtotpigqhjatlmr")
suspend fun collectionList(vararg values: MongoMigrationCollectionArgs)

Parameters

values

List of Mongo Collections to be migrated.


@JvmName(name = "qmjwhmhhxcnawpug")
suspend fun collectionList(argument: List<suspend MongoMigrationCollectionArgsBuilder.() -> Unit>)
@JvmName(name = "cdhyawokavcrrygv")
suspend fun collectionList(vararg argument: suspend MongoMigrationCollectionArgsBuilder.() -> Unit)
@JvmName(name = "xpvuvrofqmnskdpr")
suspend fun collectionList(argument: suspend MongoMigrationCollectionArgsBuilder.() -> Unit)

Parameters

argument

List of Mongo Collections to be migrated.