Uses of Class
software.amazon.awssdk.services.rum.model.GetAppMonitorResponse
-
Packages that use GetAppMonitorResponse 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 GetAppMonitorResponse in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return GetAppMonitorResponse Modifier and Type Method Description default GetAppMonitorResponseRumClient. getAppMonitor(Consumer<GetAppMonitorRequest.Builder> getAppMonitorRequest)Retrieves the complete configuration information for one app monitor.default GetAppMonitorResponseRumClient. getAppMonitor(GetAppMonitorRequest getAppMonitorRequest)Retrieves the complete configuration information for one app monitor.Methods in software.amazon.awssdk.services.rum that return types with arguments of type GetAppMonitorResponse Modifier and Type Method Description default CompletableFuture<GetAppMonitorResponse>RumAsyncClient. getAppMonitor(Consumer<GetAppMonitorRequest.Builder> getAppMonitorRequest)Retrieves the complete configuration information for one app monitor.default CompletableFuture<GetAppMonitorResponse>RumAsyncClient. getAppMonitor(GetAppMonitorRequest getAppMonitorRequest)Retrieves the complete configuration information for one app monitor.
-