associations

@JvmName(name = "describeEffectiveInstanceAssociationsResponseInstanceAssociation")
fun Flow<DescribeEffectiveInstanceAssociationsResponse>.associations(): Flow<InstanceAssociation>

This paginator transforms the flow returned by describeEffectiveInstanceAssociationsPaginated to access the nested member InstanceAssociation

Return

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


@JvmName(name = "listAssociationsResponseAssociation")
fun Flow<ListAssociationsResponse>.associations(): Flow<Association>

This paginator transforms the flow returned by listAssociationsPaginated to access the nested member Association

Return

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