| 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.model |
| 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 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 GetAppMonitorDataIterable |
RumClient.getAppMonitorDataPaginator(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 GetAppMonitorDataPublisher |
RumAsyncClient.getAppMonitorDataPaginator(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.
|
| Modifier and Type | Method and Description |
|---|---|
static GetAppMonitorDataRequest.Builder |
GetAppMonitorDataRequest.builder() |
GetAppMonitorDataRequest.Builder |
GetAppMonitorDataRequest.Builder.filters(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.Builder |
GetAppMonitorDataRequest.Builder.filters(Consumer<QueryFilter.Builder>... 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.Builder |
GetAppMonitorDataRequest.Builder.filters(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.Builder |
GetAppMonitorDataRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
GetAppMonitorDataRequest.Builder |
GetAppMonitorDataRequest.Builder.name(String name)
The name of the app monitor that collected the data that you want to retrieve.
|
GetAppMonitorDataRequest.Builder |
GetAppMonitorDataRequest.Builder.nextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
|
GetAppMonitorDataRequest.Builder |
GetAppMonitorDataRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAppMonitorDataRequest.Builder |
GetAppMonitorDataRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default GetAppMonitorDataRequest.Builder |
GetAppMonitorDataRequest.Builder.timeRange(Consumer<TimeRange.Builder> timeRange)
A structure that defines the time range that you want to retrieve results from.
|
GetAppMonitorDataRequest.Builder |
GetAppMonitorDataRequest.Builder.timeRange(TimeRange timeRange)
A structure that defines the time range that you want to retrieve results from.
|
GetAppMonitorDataRequest.Builder |
GetAppMonitorDataRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAppMonitorDataRequest.Builder> |
GetAppMonitorDataRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.