| 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 | |
| software.amazon.awssdk.services.rum.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default GetAppMonitorDataPublisher |
RumAsyncClient.getAppMonitorDataPaginator(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.
|
default GetAppMonitorDataIterable |
RumClient.getAppMonitorDataPaginator(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.
|
| Constructor and Description |
|---|
GetAppMonitorDataIterable(RumClient client,
GetAppMonitorDataRequest firstRequest) |
GetAppMonitorDataPublisher(RumAsyncClient client,
GetAppMonitorDataRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetAppMonitorDataRequestMarshaller.marshall(GetAppMonitorDataRequest getAppMonitorDataRequest) |
Copyright © 2023. All rights reserved.