Package-level declarations

Inherited functions

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListObjectAnnotationsResponse>.annotations(): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/AnnotationEntry>

This paginator transforms the flow returned by listObjectAnnotationsPaginated to access the nested member AnnotationEntry

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListBucketsResponse>.buckets(): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/Bucket>

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

fun ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListDirectoryBucketsResponse>.buckets(): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/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 { }): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListBucketsResponse>
fun S3Client.listBucketsPaginated(block: ListBucketsRequest.Builder.() -> Unit): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListBucketsResponse>

Paginate over ListBucketsResponse results.

Link copied to clipboard
fun S3Client.listDirectoryBucketsPaginated(initialRequest: ListDirectoryBucketsRequest = ListDirectoryBucketsRequest { }): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListDirectoryBucketsResponse>
fun S3Client.listDirectoryBucketsPaginated(block: ListDirectoryBucketsRequest.Builder.() -> Unit): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListDirectoryBucketsResponse>

Paginate over ListDirectoryBucketsResponse results.

Link copied to clipboard
fun S3Client.listObjectAnnotationsPaginated(initialRequest: ListObjectAnnotationsRequest): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListObjectAnnotationsResponse>
fun S3Client.listObjectAnnotationsPaginated(block: ListObjectAnnotationsRequest.Builder.() -> Unit): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListObjectAnnotationsResponse>

Paginate over ListObjectAnnotationsResponse results.

Link copied to clipboard
fun S3Client.listObjectsV2Paginated(initialRequest: ListObjectsV2Request): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListObjectsV2Response>
fun S3Client.listObjectsV2Paginated(block: ListObjectsV2Request.Builder.() -> Unit): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListObjectsV2Response>

Paginate over ListObjectsV2Response results.

Link copied to clipboard
fun S3Client.listPartsPaginated(initialRequest: ListPartsRequest): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListPartsResponse>
fun S3Client.listPartsPaginated(block: ListPartsRequest.Builder.() -> Unit): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListPartsResponse>

Paginate over ListPartsResponse results.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/ListPartsResponse>.parts(): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/s3/model/Part>

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