Uses of Class
software.amazon.awssdk.services.cloudwatch.model.AlarmType
-
Packages that use AlarmType Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of AlarmType in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AlarmType Modifier and Type Method Description AlarmTypeAlarmHistoryItem. alarmType()The type of alarm, either metric alarm or composite alarm.static AlarmTypeAlarmType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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.cloudwatch.model that return types with arguments of type AlarmType Modifier and Type Method Description List<AlarmType>DescribeAlarmHistoryRequest. alarmTypes()Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.List<AlarmType>DescribeAlarmsRequest. alarmTypes()Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.static Set<AlarmType>AlarmType. knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type AlarmType Modifier and Type Method Description AlarmHistoryItem.BuilderAlarmHistoryItem.Builder. alarmType(AlarmType alarmType)The type of alarm, either metric alarm or composite alarm.DescribeAlarmHistoryRequest.BuilderDescribeAlarmHistoryRequest.Builder. alarmTypes(AlarmType... alarmTypes)Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmsRequest.BuilderDescribeAlarmsRequest.Builder. alarmTypes(AlarmType... alarmTypes)Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type AlarmType Modifier and Type Method Description DescribeAlarmHistoryRequest.BuilderDescribeAlarmHistoryRequest.Builder. alarmTypes(Collection<AlarmType> alarmTypes)Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmsRequest.BuilderDescribeAlarmsRequest.Builder. alarmTypes(Collection<AlarmType> alarmTypes)Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.
-