Uses of Class
com.oracle.bmc.databasemanagement.requests.SummarizeAlertLogCountsRequest.GroupBy
-
Packages that use SummarizeAlertLogCountsRequest.GroupBy Package Description com.oracle.bmc.databasemanagement.requests -
-
Uses of SummarizeAlertLogCountsRequest.GroupBy in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return SummarizeAlertLogCountsRequest.GroupBy Modifier and Type Method Description static SummarizeAlertLogCountsRequest.GroupBy
SummarizeAlertLogCountsRequest.GroupBy. create(String key)
SummarizeAlertLogCountsRequest.GroupBy
SummarizeAlertLogCountsRequest. getGroupBy()
The optional parameter used to group different alert logs.static SummarizeAlertLogCountsRequest.GroupBy
SummarizeAlertLogCountsRequest.GroupBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeAlertLogCountsRequest.GroupBy[]
SummarizeAlertLogCountsRequest.GroupBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type SummarizeAlertLogCountsRequest.GroupBy Modifier and Type Method Description SummarizeAlertLogCountsRequest.Builder
SummarizeAlertLogCountsRequest.Builder. groupBy(SummarizeAlertLogCountsRequest.GroupBy groupBy)
The optional parameter used to group different alert logs.
-