Uses of Class
software.amazon.awssdk.services.lightsail.model.TreatMissingData
-
Packages that use TreatMissingData Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of TreatMissingData in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return TreatMissingData Modifier and Type Method Description static TreatMissingDataTreatMissingData. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TreatMissingDataAlarm. treatMissingData()Specifies how the alarm handles missing data points.TreatMissingDataPutAlarmRequest. treatMissingData()Sets how this alarm will handle missing data points.static TreatMissingDataTreatMissingData. valueOf(String name)Returns the enum constant of this type with the specified name.static TreatMissingData[]TreatMissingData. 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 TreatMissingData Modifier and Type Method Description static Set<TreatMissingData>TreatMissingData. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type TreatMissingData Modifier and Type Method Description Alarm.BuilderAlarm.Builder. treatMissingData(TreatMissingData treatMissingData)Specifies how the alarm handles missing data points.PutAlarmRequest.BuilderPutAlarmRequest.Builder. treatMissingData(TreatMissingData treatMissingData)Sets how this alarm will handle missing data points.
-