Uses of Class
com.oracle.bmc.loganalytics.requests.ListIngestTimeRulesRequest.SortOrder
-
Packages that use ListIngestTimeRulesRequest.SortOrder Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListIngestTimeRulesRequest.SortOrder in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListIngestTimeRulesRequest.SortOrder Modifier and Type Method Description static ListIngestTimeRulesRequest.SortOrderListIngestTimeRulesRequest.SortOrder. create(String key)ListIngestTimeRulesRequest.SortOrderListIngestTimeRulesRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListIngestTimeRulesRequest.SortOrderListIngestTimeRulesRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListIngestTimeRulesRequest.SortOrder[]ListIngestTimeRulesRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ListIngestTimeRulesRequest.SortOrder Modifier and Type Method Description ListIngestTimeRulesRequest.BuilderListIngestTimeRulesRequest.Builder. sortOrder(ListIngestTimeRulesRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-