Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.AlarmType
Packages that use AlarmType
-
Uses of AlarmType in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AlarmTypeModifier and TypeMethodDescriptionfinal AlarmTypeAlarmHistoryItem.alarmType()The type of alarm, either metric alarm or composite alarm.static AlarmTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AlarmTypeReturns 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 AlarmTypeModifier and TypeMethodDescriptionDescribeAlarmHistoryRequest.alarmTypes()Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmsRequest.alarmTypes()Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.AlarmType.knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type AlarmTypeModifier and TypeMethodDescriptionThe type of alarm, either metric alarm or composite alarm.DescribeAlarmHistoryRequest.Builder.alarmTypes(AlarmType... alarmTypes) Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmsRequest.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 AlarmTypeModifier and TypeMethodDescriptionDescribeAlarmHistoryRequest.Builder.alarmTypes(Collection<AlarmType> alarmTypes) Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmsRequest.Builder.alarmTypes(Collection<AlarmType> alarmTypes) Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.