Uses of Class
com.oracle.bmc.opsi.requests.SummarizeSqlStatisticsRequest.Category
-
Packages that use SummarizeSqlStatisticsRequest.Category Package Description com.oracle.bmc.opsi.requests -
-
Uses of SummarizeSqlStatisticsRequest.Category in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeSqlStatisticsRequest.Category Modifier and Type Method Description static SummarizeSqlStatisticsRequest.CategorySummarizeSqlStatisticsRequest.Category. create(String key)static SummarizeSqlStatisticsRequest.CategorySummarizeSqlStatisticsRequest.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static SummarizeSqlStatisticsRequest.Category[]SummarizeSqlStatisticsRequest.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests that return types with arguments of type SummarizeSqlStatisticsRequest.Category Modifier and Type Method Description List<SummarizeSqlStatisticsRequest.Category>SummarizeSqlStatisticsRequest. getCategory()Filter sqls by one or more performance categories.Methods in com.oracle.bmc.opsi.requests with parameters of type SummarizeSqlStatisticsRequest.Category Modifier and Type Method Description SummarizeSqlStatisticsRequest.BuilderSummarizeSqlStatisticsRequest.Builder. category(SummarizeSqlStatisticsRequest.Category singularValue)Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type SummarizeSqlStatisticsRequest.Category Modifier and Type Method Description SummarizeSqlStatisticsRequest.BuilderSummarizeSqlStatisticsRequest.Builder. category(List<SummarizeSqlStatisticsRequest.Category> category)Filter sqls by one or more performance categories.
-