| 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 |
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.
|
GetAppMonitorDataResult |
AbstractAWSCloudWatchRUM.getAppMonitorData(GetAppMonitorDataRequest request) |
Future<GetAppMonitorDataResult> |
AbstractAWSCloudWatchRUMAsync.getAppMonitorDataAsync(GetAppMonitorDataRequest request) |
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,
AsyncHandler<GetAppMonitorDataRequest,GetAppMonitorDataResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAppMonitorDataResult> |
AbstractAWSCloudWatchRUMAsync.getAppMonitorDataAsync(GetAppMonitorDataRequest request,
AsyncHandler<GetAppMonitorDataRequest,GetAppMonitorDataResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GetAppMonitorDataRequest |
GetAppMonitorDataRequest.clone() |
GetAppMonitorDataRequest |
GetAppMonitorDataRequest.withFilters(Collection<QueryFilter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
GetAppMonitorDataRequest |
GetAppMonitorDataRequest.withFilters(QueryFilter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
GetAppMonitorDataRequest |
GetAppMonitorDataRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
GetAppMonitorDataRequest |
GetAppMonitorDataRequest.withName(String name)
The name of the app monitor that collected the data that you want to retrieve.
|
GetAppMonitorDataRequest |
GetAppMonitorDataRequest.withNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
|
GetAppMonitorDataRequest |
GetAppMonitorDataRequest.withTimeRange(TimeRange timeRange)
A structure that defines the time range that you want to retrieve results from.
|
Copyright © 2023. All rights reserved.