Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.RDSDBMetricName
-
Packages that use RDSDBMetricName Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of RDSDBMetricName in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return RDSDBMetricName Modifier and Type Method Description static RDSDBMetricNameRDSDBMetricName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RDSDBMetricNameRDSDatabaseProjectedMetric. name()The name of the projected metric.RDSDBMetricNameRDSDBUtilizationMetric. name()The name of the utilization metric.static RDSDBMetricNameRDSDBMetricName. valueOf(String name)Returns the enum constant of this type with the specified name.static RDSDBMetricName[]RDSDBMetricName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type RDSDBMetricName Modifier and Type Method Description static Set<RDSDBMetricName>RDSDBMetricName. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type RDSDBMetricName Modifier and Type Method Description RDSDatabaseProjectedMetric.BuilderRDSDatabaseProjectedMetric.Builder. name(RDSDBMetricName name)The name of the projected metric.RDSDBUtilizationMetric.BuilderRDSDBUtilizationMetric.Builder. name(RDSDBMetricName name)The name of the utilization metric.
-