Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listClustersResponseClusterInList")
fun Flow<ListClustersResponse>.clusters(): Flow<ClusterInList>

This paginator transforms the flow returned by listClustersPaginated to access the nested member ClusterInList

Link copied to clipboard
@JvmName(name = "listClusterSnapshotsResponseClusterSnapshotInList")
fun Flow<ListClusterSnapshotsResponse>.snapshots(): Flow<ClusterSnapshotInList>

This paginator transforms the flow returned by listClusterSnapshotsPaginated to access the nested member ClusterSnapshotInList