items

@JvmName(name = "listExtensibleSourceServersResponseStagingSourceServer")
fun Flow<ListExtensibleSourceServersResponse>.items(): Flow<StagingSourceServer>

This paginator transforms the flow returned by listExtensibleSourceServersPaginated to access the nested member StagingSourceServer

Return

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


@JvmName(name = "listLaunchActionsResponseLaunchAction")
fun Flow<ListLaunchActionsResponse>.items(): Flow<LaunchAction>

This paginator transforms the flow returned by listLaunchActionsPaginated to access the nested member LaunchAction

Return

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