Uses of Class
software.amazon.awssdk.services.cloudwatch.model.HistoryItemType
-
Packages that use HistoryItemType Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of HistoryItemType in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return HistoryItemType Modifier and Type Method Description static HistoryItemTypeHistoryItemType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HistoryItemTypeAlarmHistoryItem. historyItemType()The type of alarm history item.HistoryItemTypeDescribeAlarmHistoryRequest. historyItemType()The type of alarm histories to retrieve.static HistoryItemTypeHistoryItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static HistoryItemType[]HistoryItemType. 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 HistoryItemType Modifier and Type Method Description static Set<HistoryItemType>HistoryItemType. knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type HistoryItemType Modifier and Type Method Description AlarmHistoryItem.BuilderAlarmHistoryItem.Builder. historyItemType(HistoryItemType historyItemType)The type of alarm history item.DescribeAlarmHistoryRequest.BuilderDescribeAlarmHistoryRequest.Builder. historyItemType(HistoryItemType historyItemType)The type of alarm histories to retrieve.
-