Uses of Class
software.amazon.awssdk.services.rum.paginators.ListAppMonitorsIterable
-
Packages that use ListAppMonitorsIterable Package Description software.amazon.awssdk.services.rum With Amazon CloudWatch RUM, you can perform real-user monitoring to collect client-side data about your web application performance from actual user sessions in real time. -
-
Uses of ListAppMonitorsIterable in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return ListAppMonitorsIterable Modifier and Type Method Description default ListAppMonitorsIterableRumClient. listAppMonitorsPaginator(Consumer<ListAppMonitorsRequest.Builder> listAppMonitorsRequest)Returns a list of the Amazon CloudWatch RUM app monitors in the account.default ListAppMonitorsIterableRumClient. listAppMonitorsPaginator(ListAppMonitorsRequest listAppMonitorsRequest)Returns a list of the Amazon CloudWatch RUM app monitors in the account.
-