Uses of Interface
software.amazon.awssdk.services.rum.RumClient
-
Packages that use RumClient 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 RumClient in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return RumClient Modifier and Type Method Description static RumClientRumClient. create()Create aRumClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of RumClient in software.amazon.awssdk.services.rum.paginators
Constructors in software.amazon.awssdk.services.rum.paginators with parameters of type RumClient Constructor Description BatchGetRumMetricDefinitionsIterable(RumClient client, BatchGetRumMetricDefinitionsRequest firstRequest)GetAppMonitorDataIterable(RumClient client, GetAppMonitorDataRequest firstRequest)ListAppMonitorsIterable(RumClient client, ListAppMonitorsRequest firstRequest)ListRumMetricsDestinationsIterable(RumClient client, ListRumMetricsDestinationsRequest firstRequest)
-