Package-level declarations
Functions
Link copied to clipboard
This paginator transforms the flow returned by queryPaginated to access the nested member AttributeMap
This paginator transforms the flow returned by scanPaginated to access the nested member AttributeMap
Link copied to clipboard
fun DynamoDbClient.listContributorInsightsPaginated(initialRequest: ListContributorInsightsRequest = ListContributorInsightsRequest { }): Flow<ListContributorInsightsResponse>
fun DynamoDbClient.listContributorInsightsPaginated(block: ListContributorInsightsRequest.Builder.() -> Unit): Flow<ListContributorInsightsResponse>
Paginate over ListContributorInsightsResponse results.
Link copied to clipboard
fun DynamoDbClient.listExportsPaginated(initialRequest: ListExportsRequest = ListExportsRequest { }): Flow<ListExportsResponse>
fun DynamoDbClient.listExportsPaginated(block: ListExportsRequest.Builder.() -> Unit): Flow<ListExportsResponse>
Paginate over ListExportsResponse results.
Link copied to clipboard
fun DynamoDbClient.listImportsPaginated(initialRequest: ListImportsRequest = ListImportsRequest { }): Flow<ListImportsResponse>
fun DynamoDbClient.listImportsPaginated(block: ListImportsRequest.Builder.() -> Unit): Flow<ListImportsResponse>
Paginate over ListImportsResponse results.
Link copied to clipboard
fun DynamoDbClient.listTablesPaginated(initialRequest: ListTablesRequest = ListTablesRequest { }): Flow<ListTablesResponse>
fun DynamoDbClient.listTablesPaginated(block: ListTablesRequest.Builder.() -> Unit): Flow<ListTablesResponse>
Paginate over ListTablesResponse results.
Link copied to clipboard
Paginate over QueryResponse results.
Link copied to clipboard
Paginate over ScanResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listTablesPaginated to access the nested member TableName