Uses of Class
software.amazon.awssdk.services.iot.model.CustomMetricType
-
Packages that use CustomMetricType Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CustomMetricType in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CustomMetricType Modifier and Type Method Description static CustomMetricTypeCustomMetricType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CustomMetricTypeCreateCustomMetricRequest. metricType()The type of the custom metric.CustomMetricTypeDescribeCustomMetricResponse. metricType()The type of the custom metric.CustomMetricTypeUpdateCustomMetricResponse. metricType()The type of the custom metric.static CustomMetricTypeCustomMetricType. 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.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CustomMetricType Modifier and Type Method Description static Set<CustomMetricType>CustomMetricType. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type CustomMetricType Modifier and Type Method Description CreateCustomMetricRequest.BuilderCreateCustomMetricRequest.Builder. metricType(CustomMetricType metricType)The type of the custom metric.DescribeCustomMetricResponse.BuilderDescribeCustomMetricResponse.Builder. metricType(CustomMetricType metricType)The type of the custom metric.UpdateCustomMetricResponse.BuilderUpdateCustomMetricResponse.Builder. metricType(CustomMetricType metricType)The type of the custom metric.
-