Uses of Class
com.oracle.bmc.monitoring.requests.GetAlarmHistoryRequest.AlarmHistorytype
-
Packages that use GetAlarmHistoryRequest.AlarmHistorytype Package Description com.oracle.bmc.monitoring.requests -
-
Uses of GetAlarmHistoryRequest.AlarmHistorytype in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return GetAlarmHistoryRequest.AlarmHistorytype Modifier and Type Method Description static GetAlarmHistoryRequest.AlarmHistorytype
GetAlarmHistoryRequest.AlarmHistorytype. create(String key)
GetAlarmHistoryRequest.AlarmHistorytype
GetAlarmHistoryRequest. getAlarmHistorytype()
The type of history entries to retrieve.static GetAlarmHistoryRequest.AlarmHistorytype
GetAlarmHistoryRequest.AlarmHistorytype. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetAlarmHistoryRequest.AlarmHistorytype[]
GetAlarmHistoryRequest.AlarmHistorytype. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.monitoring.requests with parameters of type GetAlarmHistoryRequest.AlarmHistorytype Modifier and Type Method Description GetAlarmHistoryRequest.Builder
GetAlarmHistoryRequest.Builder. alarmHistorytype(GetAlarmHistoryRequest.AlarmHistorytype alarmHistorytype)
The type of history entries to retrieve.
-