Uses of Class
software.amazon.awssdk.services.resiliencehub.model.AlarmType
-
Packages that use AlarmType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AlarmType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return AlarmType Modifier and Type Method Description static AlarmTypeAlarmType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AlarmTypeAlarmRecommendation. type()Type of alarm recommendation.static AlarmTypeAlarmType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlarmType[]AlarmType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type AlarmType Modifier and Type Method Description static Set<AlarmType>AlarmType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type AlarmType Modifier and Type Method Description AlarmRecommendation.BuilderAlarmRecommendation.Builder. type(AlarmType type)Type of alarm recommendation.
-