policyGenerations

@JvmName(name = "listPolicyGenerationsResponsePolicyGeneration")
fun Flow<ListPolicyGenerationsResponse>.policyGenerations(): Flow<PolicyGeneration>

This paginator transforms the flow returned by listPolicyGenerationsPaginated to access the nested member PolicyGeneration

Return

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


@JvmName(name = "listPolicyGenerationSummariesResponsePolicyGenerationSummary")
fun Flow<ListPolicyGenerationSummariesResponse>.policyGenerations(): Flow<PolicyGenerationSummary>

This paginator transforms the flow returned by listPolicyGenerationSummariesPaginated to access the nested member PolicyGenerationSummary

Return

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