Uses of Class
software.amazon.awssdk.services.rum.paginators.GetAppMonitorDataIterable
-
Packages that use GetAppMonitorDataIterable 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 GetAppMonitorDataIterable in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return GetAppMonitorDataIterable Modifier and Type Method Description default GetAppMonitorDataIterableRumClient. getAppMonitorDataPaginator(Consumer<GetAppMonitorDataRequest.Builder> getAppMonitorDataRequest)Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.default GetAppMonitorDataIterableRumClient. getAppMonitorDataPaginator(GetAppMonitorDataRequest getAppMonitorDataRequest)Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.
-