| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
static StandardUnit |
StandardUnit.fromValue(String value)
Use this in place of valueOf.
|
static StandardUnit |
StandardUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardUnit[] |
StandardUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MetricStat |
MetricStat.withUnit(StandardUnit unit)
If you omit
Unit then all data that was collected with any unit is returned, along with the
corresponding units that were specified when the data was reported to CloudWatch. |
Copyright © 2024. All rights reserved.