Uses of Class
com.oracle.bmc.datasafe.requests.ListSqlFirewallViolationAnalyticsRequest.GroupBy
-
Packages that use ListSqlFirewallViolationAnalyticsRequest.GroupBy Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListSqlFirewallViolationAnalyticsRequest.GroupBy in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListSqlFirewallViolationAnalyticsRequest.GroupBy Modifier and Type Method Description static ListSqlFirewallViolationAnalyticsRequest.GroupByListSqlFirewallViolationAnalyticsRequest.GroupBy. create(String key)static ListSqlFirewallViolationAnalyticsRequest.GroupByListSqlFirewallViolationAnalyticsRequest.GroupBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListSqlFirewallViolationAnalyticsRequest.GroupBy[]ListSqlFirewallViolationAnalyticsRequest.GroupBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests that return types with arguments of type ListSqlFirewallViolationAnalyticsRequest.GroupBy Modifier and Type Method Description List<ListSqlFirewallViolationAnalyticsRequest.GroupBy>ListSqlFirewallViolationAnalyticsRequest. getGroupBy()A groupBy can only be used in combination with summaryField parameter.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListSqlFirewallViolationAnalyticsRequest.GroupBy Modifier and Type Method Description ListSqlFirewallViolationAnalyticsRequest.BuilderListSqlFirewallViolationAnalyticsRequest.Builder. groupBy(ListSqlFirewallViolationAnalyticsRequest.GroupBy singularValue)Singular setter.Method parameters in com.oracle.bmc.datasafe.requests with type arguments of type ListSqlFirewallViolationAnalyticsRequest.GroupBy Modifier and Type Method Description ListSqlFirewallViolationAnalyticsRequest.BuilderListSqlFirewallViolationAnalyticsRequest.Builder. groupBy(List<ListSqlFirewallViolationAnalyticsRequest.GroupBy> groupBy)A groupBy can only be used in combination with summaryField parameter.
-