Uses of Class
com.oracle.bmc.loganalytics.model.ParsedField
-
Packages that use ParsedField Package Description com.oracle.bmc.loganalytics.model -
-
Uses of ParsedField in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ParsedField Modifier and Type Method Description ParsedField
ParsedField.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type ParsedField Modifier and Type Method Description List<ParsedField>
ParsedContent. getParsedFieldValues()
Parsed field values.Methods in com.oracle.bmc.loganalytics.model with parameters of type ParsedField Modifier and Type Method Description ParsedField.Builder
ParsedField.Builder. copy(ParsedField model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type ParsedField Modifier and Type Method Description ParsedContent.Builder
ParsedContent.Builder. parsedFieldValues(List<ParsedField> parsedFieldValues)
Parsed field values.
-