storageProfiles

@JvmName(name = "listStorageProfilesResponseStorageProfileSummary")
fun Flow<ListStorageProfilesResponse>.storageProfiles(): Flow<StorageProfileSummary>

This paginator transforms the flow returned by listStorageProfilesPaginated to access the nested member StorageProfileSummary

Return

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


@JvmName(name = "listStorageProfilesForQueueResponseStorageProfileSummary")
fun Flow<ListStorageProfilesForQueueResponse>.storageProfiles(): Flow<StorageProfileSummary>

This paginator transforms the flow returned by listStorageProfilesForQueuePaginated to access the nested member StorageProfileSummary

Return

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