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