evaluationResults

@JvmName(name = "simulateCustomPolicyResponseEvaluationResult")
fun Flow<SimulateCustomPolicyResponse>.evaluationResults(): Flow<EvaluationResult>

This paginator transforms the flow returned by simulateCustomPolicyPaginated to access the nested member EvaluationResult

Return

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


@JvmName(name = "simulatePrincipalPolicyResponseEvaluationResult")
fun Flow<SimulatePrincipalPolicyResponse>.evaluationResults(): Flow<EvaluationResult>

This paginator transforms the flow returned by simulatePrincipalPolicyPaginated to access the nested member EvaluationResult

Return

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