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