Package-level declarations

Functions

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

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

Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listPartsResponsePart")
fun Flow<ListPartsResponse>.parts(): Flow<Part>

This paginator transforms the flow returned by listPartsPaginated to access the nested member Part