snapshotSummaries

@JvmName(name = "listApplicationSnapshotsResponseSnapshotDetails")
fun Flow<ListApplicationSnapshotsResponse>.snapshotSummaries(): Flow<SnapshotDetails>

This paginator transforms the flow returned by listApplicationSnapshotsPaginated to access the nested member SnapshotDetails

Return

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