| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static FleetMetricUnit |
FleetMetricUnit.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FleetMetricUnit |
DescribeFleetMetricResponse.unit()
Used to support unit transformation such as milliseconds to seconds.
|
FleetMetricUnit |
UpdateFleetMetricRequest.unit()
Used to support unit transformation such as milliseconds to seconds.
|
FleetMetricUnit |
CreateFleetMetricRequest.unit()
Used to support unit transformation such as milliseconds to seconds.
|
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 |
|---|---|
static Set<FleetMetricUnit> |
FleetMetricUnit.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetMetricResponse.Builder |
DescribeFleetMetricResponse.Builder.unit(FleetMetricUnit unit)
Used to support unit transformation such as milliseconds to seconds.
|
UpdateFleetMetricRequest.Builder |
UpdateFleetMetricRequest.Builder.unit(FleetMetricUnit unit)
Used to support unit transformation such as milliseconds to seconds.
|
CreateFleetMetricRequest.Builder |
CreateFleetMetricRequest.Builder.unit(FleetMetricUnit unit)
Used to support unit transformation such as milliseconds to seconds.
|
Copyright © 2022. All rights reserved.