Uses of Class
com.oracle.bmc.datasafe.requests.ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy
-
Packages that use ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy Modifier and Type Method Description static ListSqlFirewallAllowedSqlAnalyticsRequest.GroupByListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy. create(String key)static ListSqlFirewallAllowedSqlAnalyticsRequest.GroupByListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy[]ListSqlFirewallAllowedSqlAnalyticsRequest.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 ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy Modifier and Type Method Description List<ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy>ListSqlFirewallAllowedSqlAnalyticsRequest. getGroupBy()The group by parameter to summarize the allowed SQL aggregation.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy Modifier and Type Method Description ListSqlFirewallAllowedSqlAnalyticsRequest.BuilderListSqlFirewallAllowedSqlAnalyticsRequest.Builder. groupBy(ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy singularValue)Singular setter.Method parameters in com.oracle.bmc.datasafe.requests with type arguments of type ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy Modifier and Type Method Description ListSqlFirewallAllowedSqlAnalyticsRequest.BuilderListSqlFirewallAllowedSqlAnalyticsRequest.Builder. groupBy(List<ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy> groupBy)The group by parameter to summarize the allowed SQL aggregation.
-