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