snapshots

@JvmName(name = "describeSnapshotsResponseSnapshot")
fun Flow<DescribeSnapshotsResponse>.snapshots(): Flow<Snapshot>

This paginator transforms the flow returned by describeSnapshotsPaginated to access the nested member Snapshot

Return

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


@JvmName(name = "listSnapshotsInRecycleBinResponseSnapshotRecycleBinInfo")
fun Flow<ListSnapshotsInRecycleBinResponse>.snapshots(): Flow<SnapshotRecycleBinInfo>

This paginator transforms the flow returned by listSnapshotsInRecycleBinPaginated to access the nested member SnapshotRecycleBinInfo

Return

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