buckets

@JvmName(name = "listBucketsResponseBucket")
fun Flow<ListBucketsResponse>.buckets(): Flow<Bucket>

This paginator transforms the flow returned by listBucketsPaginated to access the nested member Bucket

Return

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


@JvmName(name = "listDirectoryBucketsResponseBucket")
fun Flow<ListDirectoryBucketsResponse>.buckets(): Flow<Bucket>

This paginator transforms the flow returned by listDirectoryBucketsPaginated to access the nested member Bucket

Return

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