collectionList

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

Parameters

value

List of Mongo Collections to be migrated.


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


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

Parameters

values

List of Mongo Collections to be migrated.


@JvmName(name = "sytwbrdvaxcaoowq")
suspend fun collectionList(argument: List<suspend MongoMigrationCollectionArgsBuilder.() -> Unit>)
@JvmName(name = "fhxbjlrmfgraccsw")
suspend fun collectionList(vararg argument: suspend MongoMigrationCollectionArgsBuilder.() -> Unit)
@JvmName(name = "cxafkymaleoroypb")
suspend fun collectionList(argument: suspend MongoMigrationCollectionArgsBuilder.() -> Unit)

Parameters

argument

List of Mongo Collections to be migrated.