| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomMetricType |
CustomMetricType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CustomMetricType |
DescribeCustomMetricResponse.metricType()
The type of the custom metric.
|
CustomMetricType |
CreateCustomMetricRequest.metricType()
The type of the custom metric.
|
CustomMetricType |
UpdateCustomMetricResponse.metricType()
The type of the custom metric.
|
static CustomMetricType |
CustomMetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomMetricType[] |
CustomMetricType.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<CustomMetricType> |
CustomMetricType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomMetricResponse.Builder |
DescribeCustomMetricResponse.Builder.metricType(CustomMetricType metricType)
The type of the custom metric.
|
CreateCustomMetricRequest.Builder |
CreateCustomMetricRequest.Builder.metricType(CustomMetricType metricType)
The type of the custom metric.
|
UpdateCustomMetricResponse.Builder |
UpdateCustomMetricResponse.Builder.metricType(CustomMetricType metricType)
The type of the custom metric.
|
Copyright © 2023. All rights reserved.