Package-level declarations
Inherited functions
Link copied to clipboard
fun InternetMonitorClient.getQueryResultsPaginated(initialRequest: GetQueryResultsRequest): Flow<GetQueryResultsResponse>
fun InternetMonitorClient.getQueryResultsPaginated(block: GetQueryResultsRequest.Builder.() -> Unit): Flow<GetQueryResultsResponse>
Paginate over GetQueryResultsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listHealthEventsPaginated to access the nested member HealthEvent
Link copied to clipboard
This paginator transforms the flow returned by listInternetEventsPaginated to access the nested member InternetEventSummary
Link copied to clipboard
fun InternetMonitorClient.listHealthEventsPaginated(initialRequest: ListHealthEventsRequest): Flow<ListHealthEventsResponse>
fun InternetMonitorClient.listHealthEventsPaginated(block: ListHealthEventsRequest.Builder.() -> Unit): Flow<ListHealthEventsResponse>
Paginate over ListHealthEventsResponse results.
Link copied to clipboard
fun InternetMonitorClient.listInternetEventsPaginated(initialRequest: ListInternetEventsRequest = ListInternetEventsRequest { }): Flow<ListInternetEventsResponse>
fun InternetMonitorClient.listInternetEventsPaginated(block: ListInternetEventsRequest.Builder.() -> Unit): Flow<ListInternetEventsResponse>
Paginate over ListInternetEventsResponse results.
Link copied to clipboard
fun InternetMonitorClient.listMonitorsPaginated(initialRequest: ListMonitorsRequest = ListMonitorsRequest { }): Flow<ListMonitorsResponse>
fun InternetMonitorClient.listMonitorsPaginated(block: ListMonitorsRequest.Builder.() -> Unit): Flow<ListMonitorsResponse>
Paginate over ListMonitorsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listMonitorsPaginated to access the nested member Monitor