jobSummaries

@JvmName(name = "listFraudsterRegistrationJobsResponseFraudsterRegistrationJobSummary")
fun Flow<ListFraudsterRegistrationJobsResponse>.jobSummaries(): Flow<FraudsterRegistrationJobSummary>

This paginator transforms the flow returned by listFraudsterRegistrationJobsPaginated to access the nested member FraudsterRegistrationJobSummary

Return

A kotlinx.coroutines.flow.Flow that can collect FraudsterRegistrationJobSummary


@JvmName(name = "listSpeakerEnrollmentJobsResponseSpeakerEnrollmentJobSummary")
fun Flow<ListSpeakerEnrollmentJobsResponse>.jobSummaries(): Flow<SpeakerEnrollmentJobSummary>

This paginator transforms the flow returned by listSpeakerEnrollmentJobsPaginated to access the nested member SpeakerEnrollmentJobSummary

Return

A kotlinx.coroutines.flow.Flow that can collect SpeakerEnrollmentJobSummary