| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
Dimension.clone() |
Dimension |
Dimension.withName(String name)
The name of the dimension.
|
Dimension |
Dimension.withValue(String value)
The value of the dimension.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dimension> |
MetricReference.getDimensions()
An array of one or more dimensions that further define the metric.
|
List<Dimension> |
Metric.getDimensions()
An array of one or more dimensions to use to define the metric that you want to use.
|
| Modifier and Type | Method and Description |
|---|---|
MetricReference |
MetricReference.withDimensions(Dimension... dimensions)
An array of one or more dimensions that further define the metric.
|
Metric |
Metric.withDimensions(Dimension... dimensions)
An array of one or more dimensions to use to define the metric that you want to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricReference.setDimensions(Collection<Dimension> dimensions)
An array of one or more dimensions that further define the metric.
|
void |
Metric.setDimensions(Collection<Dimension> dimensions)
An array of one or more dimensions to use to define the metric that you want to use.
|
MetricReference |
MetricReference.withDimensions(Collection<Dimension> dimensions)
An array of one or more dimensions that further define the metric.
|
Metric |
Metric.withDimensions(Collection<Dimension> dimensions)
An array of one or more dimensions to use to define the metric that you want to use.
|
Copyright © 2024. All rights reserved.