Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listApplicationsResponseApplicationSummary")
fun Flow<ListApplicationsResponse>.applications(): Flow<ApplicationSummary>

This paginator transforms the flow returned by listApplicationsPaginated to access the nested member ApplicationSummary

Link copied to clipboard
@JvmName(name = "listJobRunAttemptsResponseJobRunAttemptSummary")
fun Flow<ListJobRunAttemptsResponse>.jobRunAttempts(): Flow<JobRunAttemptSummary>

This paginator transforms the flow returned by listJobRunAttemptsPaginated to access the nested member JobRunAttemptSummary

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

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