| 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 |
|---|---|
ListAppMonitorsResult |
AWSCloudWatchRUMClient.listAppMonitors(ListAppMonitorsRequest request)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
ListAppMonitorsResult |
AWSCloudWatchRUM.listAppMonitors(ListAppMonitorsRequest listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
ListAppMonitorsResult |
AbstractAWSCloudWatchRUM.listAppMonitors(ListAppMonitorsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAppMonitorsResult> |
AbstractAWSCloudWatchRUMAsync.listAppMonitorsAsync(ListAppMonitorsRequest request,
AsyncHandler<ListAppMonitorsRequest,ListAppMonitorsResult> asyncHandler) |
Future<ListAppMonitorsResult> |
AWSCloudWatchRUMAsyncClient.listAppMonitorsAsync(ListAppMonitorsRequest request,
AsyncHandler<ListAppMonitorsRequest,ListAppMonitorsResult> asyncHandler) |
Future<ListAppMonitorsResult> |
AWSCloudWatchRUMAsync.listAppMonitorsAsync(ListAppMonitorsRequest listAppMonitorsRequest,
AsyncHandler<ListAppMonitorsRequest,ListAppMonitorsResult> asyncHandler)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAppMonitorsResult |
ListAppMonitorsResult.clone() |
ListAppMonitorsResult |
ListAppMonitorsResult.withAppMonitorSummaries(AppMonitorSummary... appMonitorSummaries)
An array of structures that contain information about the returned app monitors.
|
ListAppMonitorsResult |
ListAppMonitorsResult.withAppMonitorSummaries(Collection<AppMonitorSummary> appMonitorSummaries)
An array of structures that contain information about the returned app monitors.
|
ListAppMonitorsResult |
ListAppMonitorsResult.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.