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