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