Uses of Class
com.oracle.bmc.monitoring.requests.ListAlarmsStatusRequest.Status
-
Packages that use ListAlarmsStatusRequest.Status Package Description com.oracle.bmc.monitoring.requests -
-
Uses of ListAlarmsStatusRequest.Status in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return ListAlarmsStatusRequest.Status Modifier and Type Method Description static ListAlarmsStatusRequest.StatusListAlarmsStatusRequest.Status. create(String key)ListAlarmsStatusRequest.StatusListAlarmsStatusRequest. getStatus()A filter to return only metric streams that match the specified status.static ListAlarmsStatusRequest.StatusListAlarmsStatusRequest.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAlarmsStatusRequest.Status[]ListAlarmsStatusRequest.Status. 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 ListAlarmsStatusRequest.Status Modifier and Type Method Description ListAlarmsStatusRequest.BuilderListAlarmsStatusRequest.Builder. status(ListAlarmsStatusRequest.Status status)A filter to return only metric streams that match the specified status.
-