Uses of Class
com.oracle.bmc.loganalytics.model.FunctionField
-
Packages that use FunctionField Package Description com.oracle.bmc.loganalytics.model -
-
Uses of FunctionField in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return FunctionField Modifier and Type Method Description FunctionField
FunctionField.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type FunctionField Modifier and Type Method Description List<FunctionField>
EventStatsCommandDescriptor. getFunctions()
Statistical functions specified in the query string.List<FunctionField>
GeoStatsCommandDescriptor. getFunctions()
Statistical functions specified in the query string.List<FunctionField>
StatsCommandDescriptor. getFunctions()
Statistical functions specified in the query string.List<FunctionField>
TimeClusterCommandDescriptor. getFunctions()
Statistical functions specified in the query string.List<FunctionField>
TimeStatsCommandDescriptor. getFunctions()
Statistical functions specified in the query string.Methods in com.oracle.bmc.loganalytics.model with parameters of type FunctionField Modifier and Type Method Description FunctionField.Builder
FunctionField.Builder. copy(FunctionField model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type FunctionField Modifier and Type Method Description EventStatsCommandDescriptor.Builder
EventStatsCommandDescriptor.Builder. functions(List<FunctionField> functions)
Statistical functions specified in the query string.GeoStatsCommandDescriptor.Builder
GeoStatsCommandDescriptor.Builder. functions(List<FunctionField> functions)
Statistical functions specified in the query string.StatsCommandDescriptor.Builder
StatsCommandDescriptor.Builder. functions(List<FunctionField> functions)
Statistical functions specified in the query string.TimeClusterCommandDescriptor.Builder
TimeClusterCommandDescriptor.Builder. functions(List<FunctionField> functions)
Statistical functions specified in the query string.TimeStatsCommandDescriptor.Builder
TimeStatsCommandDescriptor.Builder. functions(List<FunctionField> functions)
Statistical functions specified in the query string.
-