Uses of Class
com.oracle.bmc.monitoring.requests.ListAlarmsRequest.SortOrder
-
Packages that use ListAlarmsRequest.SortOrder Package Description com.oracle.bmc.monitoring.requests -
-
Uses of ListAlarmsRequest.SortOrder in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return ListAlarmsRequest.SortOrder Modifier and Type Method Description static ListAlarmsRequest.SortOrderListAlarmsRequest.SortOrder. create(String key)ListAlarmsRequest.SortOrderListAlarmsRequest. getSortOrder()The sort order to use when sorting returned alarm definitions.static ListAlarmsRequest.SortOrderListAlarmsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAlarmsRequest.SortOrder[]ListAlarmsRequest.SortOrder. 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 ListAlarmsRequest.SortOrder Modifier and Type Method Description ListAlarmsRequest.BuilderListAlarmsRequest.Builder. sortOrder(ListAlarmsRequest.SortOrder sortOrder)The sort order to use when sorting returned alarm definitions.
-