| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchrum |
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.
|
| com.amazonaws.services.cloudwatchrum.model |
| Modifier and Type | Method and Description |
|---|---|
GetAppMonitorDataResult |
AWSCloudWatchRUMClient.getAppMonitorData(GetAppMonitorDataRequest request)
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.
|
GetAppMonitorDataResult |
AbstractAWSCloudWatchRUM.getAppMonitorData(GetAppMonitorDataRequest request) |
GetAppMonitorDataResult |
AWSCloudWatchRUM.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 |
|---|---|
Future<GetAppMonitorDataResult> |
AWSCloudWatchRUMAsyncClient.getAppMonitorDataAsync(GetAppMonitorDataRequest request) |
Future<GetAppMonitorDataResult> |
AWSCloudWatchRUMAsync.getAppMonitorDataAsync(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.
|
Future<GetAppMonitorDataResult> |
AbstractAWSCloudWatchRUMAsync.getAppMonitorDataAsync(GetAppMonitorDataRequest request) |
Future<GetAppMonitorDataResult> |
AWSCloudWatchRUMAsyncClient.getAppMonitorDataAsync(GetAppMonitorDataRequest request,
AsyncHandler<GetAppMonitorDataRequest,GetAppMonitorDataResult> asyncHandler) |
Future<GetAppMonitorDataResult> |
AWSCloudWatchRUMAsync.getAppMonitorDataAsync(GetAppMonitorDataRequest getAppMonitorDataRequest,
AsyncHandler<GetAppMonitorDataRequest,GetAppMonitorDataResult> asyncHandler)
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.
|
Future<GetAppMonitorDataResult> |
AbstractAWSCloudWatchRUMAsync.getAppMonitorDataAsync(GetAppMonitorDataRequest request,
AsyncHandler<GetAppMonitorDataRequest,GetAppMonitorDataResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetAppMonitorDataResult> |
AWSCloudWatchRUMAsyncClient.getAppMonitorDataAsync(GetAppMonitorDataRequest request,
AsyncHandler<GetAppMonitorDataRequest,GetAppMonitorDataResult> asyncHandler) |
Future<GetAppMonitorDataResult> |
AWSCloudWatchRUMAsync.getAppMonitorDataAsync(GetAppMonitorDataRequest getAppMonitorDataRequest,
AsyncHandler<GetAppMonitorDataRequest,GetAppMonitorDataResult> asyncHandler)
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.
|
Future<GetAppMonitorDataResult> |
AbstractAWSCloudWatchRUMAsync.getAppMonitorDataAsync(GetAppMonitorDataRequest request,
AsyncHandler<GetAppMonitorDataRequest,GetAppMonitorDataResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAppMonitorDataResult |
GetAppMonitorDataResult.clone() |
GetAppMonitorDataResult |
GetAppMonitorDataResult.withEvents(Collection<String> events)
The events that RUM collected that match your request.
|
GetAppMonitorDataResult |
GetAppMonitorDataResult.withEvents(String... events)
The events that RUM collected that match your request.
|
GetAppMonitorDataResult |
GetAppMonitorDataResult.withNextToken(String nextToken)
A token that you can use in a subsequent operation to retrieve the next set of results.
|
Copyright © 2023. All rights reserved.