Uses of Interface
software.amazon.awssdk.services.rum.RumAsyncClient
-
Packages that use RumAsyncClient 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 RumAsyncClient in software.amazon.awssdk.services.rum
Methods in software.amazon.awssdk.services.rum that return RumAsyncClient Modifier and Type Method Description static RumAsyncClientRumAsyncClient. create()Create aRumAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of RumAsyncClient in software.amazon.awssdk.services.rum.paginators
Constructors in software.amazon.awssdk.services.rum.paginators with parameters of type RumAsyncClient Constructor Description BatchGetRumMetricDefinitionsPublisher(RumAsyncClient client, BatchGetRumMetricDefinitionsRequest firstRequest)GetAppMonitorDataPublisher(RumAsyncClient client, GetAppMonitorDataRequest firstRequest)ListAppMonitorsPublisher(RumAsyncClient client, ListAppMonitorsRequest firstRequest)ListRumMetricsDestinationsPublisher(RumAsyncClient client, ListRumMetricsDestinationsRequest firstRequest)
-