Package-level declarations

Inherited functions

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

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

@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
fun S3Client.listBucketsPaginated(initialRequest: ListBucketsRequest = ListBucketsRequest { }): Flow<ListBucketsResponse>

Paginate over ListBucketsResponse results.

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