Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "describeAlarmHistoryResponseAlarmHistoryItem")
fun Flow<DescribeAlarmHistoryResponse>.alarmHistoryItems(): Flow<AlarmHistoryItem>

This paginator transforms the flow returned by describeAlarmHistoryPaginated to access the nested member AlarmHistoryItem

Link copied to clipboard
@JvmName(name = "describeAnomalyDetectorsResponseAnomalyDetector")
fun Flow<DescribeAnomalyDetectorsResponse>.anomalyDetectors(): Flow<AnomalyDetector>

This paginator transforms the flow returned by describeAnomalyDetectorsPaginated to access the nested member AnomalyDetector

Link copied to clipboard
@JvmName(name = "listDashboardsResponseDashboardEntry")
fun Flow<ListDashboardsResponse>.dashboardEntries(): Flow<DashboardEntry>

This paginator transforms the flow returned by listDashboardsPaginated to access the nested member DashboardEntry

Link copied to clipboard