| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchrum.model |
| Modifier and Type | Method and Description |
|---|---|
AppMonitorConfiguration |
AppMonitorConfiguration.clone() |
AppMonitorConfiguration |
CreateAppMonitorRequest.getAppMonitorConfiguration()
A structure that contains much of the configuration data for the app monitor.
|
AppMonitorConfiguration |
UpdateAppMonitorRequest.getAppMonitorConfiguration()
A structure that contains much of the configuration data for the app monitor.
|
AppMonitorConfiguration |
AppMonitor.getAppMonitorConfiguration()
A structure that contains much of the configuration data for the app monitor.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withAllowCookies(Boolean allowCookies)
If you set this to
true, the RUM web client sets two cookies, a session cookie and a user cookie. |
AppMonitorConfiguration |
AppMonitorConfiguration.withEnableXRay(Boolean enableXRay)
If you set this to
true, RUM enables X-Ray tracing for the user sessions that RUM samples. |
AppMonitorConfiguration |
AppMonitorConfiguration.withExcludedPages(Collection<String> excludedPages)
A list of URLs in your website or application to exclude from RUM data collection.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withExcludedPages(String... excludedPages)
A list of URLs in your website or application to exclude from RUM data collection.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withFavoritePages(Collection<String> favoritePages)
A list of pages in your application that are to be displayed with a "favorite" icon in the CloudWatch RUM
console.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withFavoritePages(String... favoritePages)
A list of pages in your application that are to be displayed with a "favorite" icon in the CloudWatch RUM
console.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withGuestRoleArn(String guestRoleArn)
The ARN of the guest IAM role that is attached to the Amazon Cognito identity pool that is used to authorize the
sending of data to RUM.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withIdentityPoolId(String identityPoolId)
The ID of the Amazon Cognito identity pool that is used to authorize the sending of data to RUM.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withIncludedPages(Collection<String> includedPages)
If this app monitor is to collect data from only certain pages in your application, this structure lists those
pages.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withIncludedPages(String... includedPages)
If this app monitor is to collect data from only certain pages in your application, this structure lists those
pages.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withSessionSampleRate(Double sessionSampleRate)
Specifies the portion of user sessions to use for RUM data collection.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withTelemetries(Collection<String> telemetries)
An array that lists the types of telemetry data that this app monitor is to collect.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withTelemetries(String... telemetries)
An array that lists the types of telemetry data that this app monitor is to collect.
|
AppMonitorConfiguration |
AppMonitorConfiguration.withTelemetries(Telemetry... telemetries)
An array that lists the types of telemetry data that this app monitor is to collect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAppMonitorRequest.setAppMonitorConfiguration(AppMonitorConfiguration appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor.
|
void |
UpdateAppMonitorRequest.setAppMonitorConfiguration(AppMonitorConfiguration appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor.
|
void |
AppMonitor.setAppMonitorConfiguration(AppMonitorConfiguration appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor.
|
CreateAppMonitorRequest |
CreateAppMonitorRequest.withAppMonitorConfiguration(AppMonitorConfiguration appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor.
|
UpdateAppMonitorRequest |
UpdateAppMonitorRequest.withAppMonitorConfiguration(AppMonitorConfiguration appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor.
|
AppMonitor |
AppMonitor.withAppMonitorConfiguration(AppMonitorConfiguration appMonitorConfiguration)
A structure that contains much of the configuration data for the app monitor.
|
Copyright © 2024. All rights reserved.