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