| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchrum.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDefinition |
MetricDefinition.addDimensionKeysEntry(String key,
String value)
Add a single DimensionKeys entry
|
MetricDefinition |
MetricDefinition.clearDimensionKeysEntries()
Removes all the entries added into DimensionKeys.
|
MetricDefinition |
MetricDefinition.clone() |
MetricDefinition |
MetricDefinition.withDimensionKeys(Map<String,String> dimensionKeys)
This field is a map of field paths to dimension names.
|
MetricDefinition |
MetricDefinition.withEventPattern(String eventPattern)
The pattern that defines the metric.
|
MetricDefinition |
MetricDefinition.withMetricDefinitionId(String metricDefinitionId)
The ID of this metric definition.
|
MetricDefinition |
MetricDefinition.withName(String name)
The name of the metric that is defined in this structure.
|
MetricDefinition |
MetricDefinition.withNamespace(String namespace)
If this metric definition is for a custom metric instead of an extended metric, this field displays the metric
namespace that the custom metric is published to.
|
MetricDefinition |
MetricDefinition.withUnitLabel(String unitLabel)
Use this field only if you are sending this metric to CloudWatch.
|
MetricDefinition |
MetricDefinition.withValueKey(String valueKey)
The field within the event object that the metric value is sourced from.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricDefinition> |
BatchGetRumMetricDefinitionsResult.getMetricDefinitions()
An array of structures that display information about the metrics that are sent by the specified app monitor to
the specified destination.
|
List<MetricDefinition> |
BatchCreateRumMetricDefinitionsResult.getMetricDefinitions()
An array of structures that define the extended metrics.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetRumMetricDefinitionsResult |
BatchGetRumMetricDefinitionsResult.withMetricDefinitions(MetricDefinition... metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to
the specified destination.
|
BatchCreateRumMetricDefinitionsResult |
BatchCreateRumMetricDefinitionsResult.withMetricDefinitions(MetricDefinition... metricDefinitions)
An array of structures that define the extended metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetRumMetricDefinitionsResult.setMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to
the specified destination.
|
void |
BatchCreateRumMetricDefinitionsResult.setMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of structures that define the extended metrics.
|
BatchGetRumMetricDefinitionsResult |
BatchGetRumMetricDefinitionsResult.withMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of structures that display information about the metrics that are sent by the specified app monitor to
the specified destination.
|
BatchCreateRumMetricDefinitionsResult |
BatchCreateRumMetricDefinitionsResult.withMetricDefinitions(Collection<MetricDefinition> metricDefinitions)
An array of structures that define the extended metrics.
|
Copyright © 2023. All rights reserved.