Uses of Class
software.amazon.awssdk.services.connect.model.CurrentMetricName
-
Packages that use CurrentMetricName Package Description software.amazon.awssdk.services.connect.model -
-
Uses of CurrentMetricName in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CurrentMetricName Modifier and Type Method Description static CurrentMetricNameCurrentMetricName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CurrentMetricNameCurrentMetric. name()The name of the metric.CurrentMetricNameCurrentMetricSortCriteria. sortByMetric()Returns the value of the SortByMetric property for this object.static CurrentMetricNameCurrentMetricName. valueOf(String name)Returns the enum constant of this type with the specified name.static CurrentMetricName[]CurrentMetricName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type CurrentMetricName Modifier and Type Method Description static Set<CurrentMetricName>CurrentMetricName. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type CurrentMetricName Modifier and Type Method Description CurrentMetric.BuilderCurrentMetric.Builder. name(CurrentMetricName name)The name of the metric.CurrentMetricSortCriteria.BuilderCurrentMetricSortCriteria.Builder. sortByMetric(CurrentMetricName sortByMetric)Sets the value of the SortByMetric property for this object.
-