Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listDatasetsResponseDataset")
fun Flow<ListDatasetsResponse>.datasets(): Flow<Dataset>

This paginator transforms the flow returned by listDatasetsPaginated to access the nested member Dataset

Link copied to clipboard
@JvmName(name = "listJobRunsResponseJobRun")
fun Flow<ListJobRunsResponse>.jobRuns(): Flow<JobRun>

This paginator transforms the flow returned by listJobRunsPaginated to access the nested member JobRun

Link copied to clipboard
@JvmName(name = "listJobsResponseJob")
fun Flow<ListJobsResponse>.jobs(): Flow<Job>

This paginator transforms the flow returned by listJobsPaginated to access the nested member Job

Link copied to clipboard
Link copied to clipboard
fun DataBrewClient.listJobsPaginated(initialRequest: ListJobsRequest = ListJobsRequest { }): Flow<ListJobsResponse>

Paginate over ListJobsResponse results.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listProjectsResponseProject")
fun Flow<ListProjectsResponse>.projects(): Flow<Project>

This paginator transforms the flow returned by listProjectsPaginated to access the nested member Project

Link copied to clipboard
@JvmName(name = "listRecipeVersionsResponseRecipe")
fun Flow<ListRecipeVersionsResponse>.recipes(): Flow<Recipe>

This paginator transforms the flow returned by listRecipeVersionsPaginated to access the nested member Recipe

@JvmName(name = "listRecipesResponseRecipe")
fun Flow<ListRecipesResponse>.recipes(): Flow<Recipe>

This paginator transforms the flow returned by listRecipesPaginated to access the nested member Recipe

Link copied to clipboard
@JvmName(name = "listRulesetsResponseRulesetItem")
fun Flow<ListRulesetsResponse>.rulesets(): Flow<RulesetItem>

This paginator transforms the flow returned by listRulesetsPaginated to access the nested member RulesetItem

Link copied to clipboard
@JvmName(name = "listSchedulesResponseSchedule")
fun Flow<ListSchedulesResponse>.schedules(): Flow<Schedule>

This paginator transforms the flow returned by listSchedulesPaginated to access the nested member Schedule