Uses of Class
software.amazon.awssdk.services.lightsail.model.RelationalDatabaseMetricName
-
Packages that use RelationalDatabaseMetricName Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of RelationalDatabaseMetricName in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return RelationalDatabaseMetricName Modifier and Type Method Description static RelationalDatabaseMetricNameRelationalDatabaseMetricName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RelationalDatabaseMetricNameGetRelationalDatabaseMetricDataRequest. metricName()The metric for which you want to return information.RelationalDatabaseMetricNameGetRelationalDatabaseMetricDataResponse. metricName()The name of the metric returned.static RelationalDatabaseMetricNameRelationalDatabaseMetricName. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationalDatabaseMetricName[]RelationalDatabaseMetricName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type RelationalDatabaseMetricName Modifier and Type Method Description static Set<RelationalDatabaseMetricName>RelationalDatabaseMetricName. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type RelationalDatabaseMetricName Modifier and Type Method Description GetRelationalDatabaseMetricDataRequest.BuilderGetRelationalDatabaseMetricDataRequest.Builder. metricName(RelationalDatabaseMetricName metricName)The metric for which you want to return information.GetRelationalDatabaseMetricDataResponse.BuilderGetRelationalDatabaseMetricDataResponse.Builder. metricName(RelationalDatabaseMetricName metricName)The name of the metric returned.
-