| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetAppMonitorDataResponse |
RumClient.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 GetAppMonitorDataResponse |
RumClient.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetAppMonitorDataResponse> |
GetAppMonitorDataIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetAppMonitorDataPublisher.subscribe(org.reactivestreams.Subscriber<? super GetAppMonitorDataResponse> subscriber) |
Copyright © 2023. All rights reserved.