uploadsList

@JvmName(name = "listMultipartUploadsResponseUploadListElement")
fun Flow<ListMultipartUploadsResponse>.uploadsList(): Flow<UploadListElement>

This paginator transforms the flow returned by listMultipartUploadsPaginated to access the nested member UploadListElement

Return

A kotlinx.coroutines.flow.Flow that can collect UploadListElement