Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listBucketsPaginated to access the nested member 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>
fun S3Client.listBucketsPaginated(block: ListBucketsRequest.Builder.() -> Unit): Flow<ListBucketsResponse>
Paginate over ListBucketsResponse results.
Link copied to clipboard
fun S3Client.listDirectoryBucketsPaginated(initialRequest: ListDirectoryBucketsRequest = ListDirectoryBucketsRequest { }): Flow<ListDirectoryBucketsResponse>
fun S3Client.listDirectoryBucketsPaginated(block: ListDirectoryBucketsRequest.Builder.() -> Unit): Flow<ListDirectoryBucketsResponse>
Paginate over ListDirectoryBucketsResponse results.
Link copied to clipboard
fun S3Client.listObjectsV2Paginated(initialRequest: ListObjectsV2Request): Flow<ListObjectsV2Response>
fun S3Client.listObjectsV2Paginated(block: ListObjectsV2Request.Builder.() -> Unit): Flow<ListObjectsV2Response>
Paginate over ListObjectsV2Response results.
Link copied to clipboard
fun S3Client.listPartsPaginated(block: ListPartsRequest.Builder.() -> Unit): Flow<ListPartsResponse>
Paginate over ListPartsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listPartsPaginated to access the nested member Part