Uses of Class
com.oracle.bmc.loganalytics.model.ParserAction
-
Packages that use ParserAction Package Description com.oracle.bmc.loganalytics.model -
-
Uses of ParserAction in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ParserAction Modifier and Type Method Description ParserAction
ParserAction.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type ParserAction Modifier and Type Method Description List<ParserAction>
LogAnalyticsParserField. getActions()
List of actions/operations to be performed while fetching or parsing the logs.Methods in com.oracle.bmc.loganalytics.model with parameters of type ParserAction Modifier and Type Method Description ParserAction.Builder
ParserAction.Builder. copy(ParserAction model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type ParserAction Modifier and Type Method Description LogAnalyticsParserField.Builder
LogAnalyticsParserField.Builder. actions(List<ParserAction> actions)
List of actions/operations to be performed while fetching or parsing the logs.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type ParserAction Constructor Description LogAnalyticsParserField(LogAnalyticsField field, Long parserFieldId, String parserFieldExpression, String parserFieldName, String storageFieldName, String parserFieldIntegratorName, String parserName, Long parserFieldSequence, LogAnalyticsParser parser, String structuredColumnInfo, List<ParserAction> actions)
Deprecated.
-