Uses of Class
software.amazon.awssdk.services.rum.paginators.GetAppMonitorDataPublisher
-
Packages that use GetAppMonitorDataPublisher 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 GetAppMonitorDataPublisher in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return GetAppMonitorDataPublisher Modifier and Type Method Description default GetAppMonitorDataPublisherRumAsyncClient. 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 GetAppMonitorDataPublisherRumAsyncClient. 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.
-