| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static FleetMetricUnit |
FleetMetricUnit.fromValue(String value)
Use this in place of valueOf.
|
static FleetMetricUnit |
FleetMetricUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FleetMetricUnit[] |
FleetMetricUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetMetricResult |
DescribeFleetMetricResult.withUnit(FleetMetricUnit unit)
Used to support unit transformation such as milliseconds to seconds.
|
CreateFleetMetricRequest |
CreateFleetMetricRequest.withUnit(FleetMetricUnit unit)
Used to support unit transformation such as milliseconds to seconds.
|
UpdateFleetMetricRequest |
UpdateFleetMetricRequest.withUnit(FleetMetricUnit unit)
Used to support unit transformation such as milliseconds to seconds.
|
Copyright © 2024. All rights reserved.