Package-level declarations

Inherited functions

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/QueryResponse>.items(): ERROR CLASS: Symbol not found for Flow<kotlin/collections/Map<kotlin/String, aws/sdk/kotlin/services/dynamodb/model/AttributeValue>>

This paginator transforms the flow returned by queryPaginated to access the nested member AttributeMap

fun ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ScanResponse>.items(): ERROR CLASS: Symbol not found for Flow<kotlin/collections/Map<kotlin/String, aws/sdk/kotlin/services/dynamodb/model/AttributeValue>>

This paginator transforms the flow returned by scanPaginated to access the nested member AttributeMap

Link copied to clipboard
fun DynamoDbClient.listContributorInsightsPaginated(initialRequest: ListContributorInsightsRequest = ListContributorInsightsRequest { }): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ListContributorInsightsResponse>
fun DynamoDbClient.listContributorInsightsPaginated(block: ListContributorInsightsRequest.Builder.() -> Unit): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ListContributorInsightsResponse>

Paginate over ListContributorInsightsResponse results.

Link copied to clipboard
fun DynamoDbClient.listExportsPaginated(initialRequest: ListExportsRequest = ListExportsRequest { }): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ListExportsResponse>
fun DynamoDbClient.listExportsPaginated(block: ListExportsRequest.Builder.() -> Unit): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ListExportsResponse>

Paginate over ListExportsResponse results.

Link copied to clipboard
fun DynamoDbClient.listImportsPaginated(initialRequest: ListImportsRequest = ListImportsRequest { }): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ListImportsResponse>
fun DynamoDbClient.listImportsPaginated(block: ListImportsRequest.Builder.() -> Unit): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ListImportsResponse>

Paginate over ListImportsResponse results.

Link copied to clipboard
fun DynamoDbClient.listTablesPaginated(initialRequest: ListTablesRequest = ListTablesRequest { }): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ListTablesResponse>
fun DynamoDbClient.listTablesPaginated(block: ListTablesRequest.Builder.() -> Unit): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ListTablesResponse>

Paginate over ListTablesResponse results.

Link copied to clipboard
fun DynamoDbClient.queryPaginated(initialRequest: QueryRequest): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/QueryResponse>
fun DynamoDbClient.queryPaginated(block: QueryRequest.Builder.() -> Unit): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/QueryResponse>

Paginate over QueryResponse results.

Link copied to clipboard
fun DynamoDbClient.scanPaginated(initialRequest: ScanRequest): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ScanResponse>
fun DynamoDbClient.scanPaginated(block: ScanRequest.Builder.() -> Unit): ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ScanResponse>

Paginate over ScanResponse results.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Flow<aws/sdk/kotlin/services/dynamodb/model/ListTablesResponse>.tableNames(): ERROR CLASS: Symbol not found for Flow<kotlin/String>

This paginator transforms the flow returned by listTablesPaginated to access the nested member TableName