Uses of Class
software.amazon.awssdk.services.rum.model.GetAppMonitorDataResponse
-
Packages that use GetAppMonitorDataResponse 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.paginators -
-
Uses of GetAppMonitorDataResponse in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return GetAppMonitorDataResponse Modifier and Type Method Description default GetAppMonitorDataResponseRumClient. getAppMonitorData(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 GetAppMonitorDataResponseRumClient. getAppMonitorData(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.Methods in software.amazon.awssdk.services.rum that return types with arguments of type GetAppMonitorDataResponse Modifier and Type Method Description default CompletableFuture<GetAppMonitorDataResponse>RumAsyncClient. getAppMonitorData(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 CompletableFuture<GetAppMonitorDataResponse>RumAsyncClient. getAppMonitorData(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. -
Uses of GetAppMonitorDataResponse in software.amazon.awssdk.services.rum.paginators
Methods in software.amazon.awssdk.services.rum.paginators that return types with arguments of type GetAppMonitorDataResponse Modifier and Type Method Description Iterator<GetAppMonitorDataResponse>GetAppMonitorDataIterable. iterator()Method parameters in software.amazon.awssdk.services.rum.paginators with type arguments of type GetAppMonitorDataResponse Modifier and Type Method Description voidGetAppMonitorDataPublisher. subscribe(org.reactivestreams.Subscriber<? super GetAppMonitorDataResponse> subscriber)
-