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