policyEngines

@JvmName(name = "listPolicyEnginesResponsePolicyEngine")
fun Flow<ListPolicyEnginesResponse>.policyEngines(): Flow<PolicyEngine>

This paginator transforms the flow returned by listPolicyEnginesPaginated to access the nested member PolicyEngine

Return

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


@JvmName(name = "listPolicyEngineSummariesResponsePolicyEngineSummary")
fun Flow<ListPolicyEngineSummariesResponse>.policyEngines(): Flow<PolicyEngineSummary>

This paginator transforms the flow returned by listPolicyEngineSummariesPaginated to access the nested member PolicyEngineSummary

Return

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