| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchrum.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDestinationSummary |
MetricDestinationSummary.clone() |
MetricDestinationSummary |
MetricDestinationSummary.withDestination(MetricDestination destination)
Specifies whether the destination is
CloudWatch or Evidently. |
MetricDestinationSummary |
MetricDestinationSummary.withDestination(String destination)
Specifies whether the destination is
CloudWatch or Evidently. |
MetricDestinationSummary |
MetricDestinationSummary.withDestinationArn(String destinationArn)
If the destination is
Evidently, this specifies the ARN of the Evidently experiment that receives
the metrics. |
MetricDestinationSummary |
MetricDestinationSummary.withIamRoleArn(String iamRoleArn)
This field appears only when the destination is
Evidently. |
| Modifier and Type | Method and Description |
|---|---|
List<MetricDestinationSummary> |
ListRumMetricsDestinationsResult.getDestinations()
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
|
| Modifier and Type | Method and Description |
|---|---|
ListRumMetricsDestinationsResult |
ListRumMetricsDestinationsResult.withDestinations(MetricDestinationSummary... destinations)
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRumMetricsDestinationsResult.setDestinations(Collection<MetricDestinationSummary> destinations)
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
|
ListRumMetricsDestinationsResult |
ListRumMetricsDestinationsResult.withDestinations(Collection<MetricDestinationSummary> destinations)
The list of CloudWatch RUM extended metrics destinations associated with the app monitor that you specified.
|
Copyright © 2024. All rights reserved.