Uses of Class
com.oracle.bmc.loganalytics.model.ExtractLogHeaderDetails
-
Packages that use ExtractLogHeaderDetails Package Description com.oracle.bmc.loganalytics.model -
-
Uses of ExtractLogHeaderDetails in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ExtractLogHeaderDetails Modifier and Type Method Description ExtractLogHeaderDetails
ExtractLogHeaderDetails.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type ExtractLogHeaderDetails Modifier and Type Method Description List<ExtractLogHeaderDetails>
ExtractLogHeaderResults. getJsonPaths()
The log header json paths.Methods in com.oracle.bmc.loganalytics.model with parameters of type ExtractLogHeaderDetails Modifier and Type Method Description ExtractLogHeaderDetails.Builder
ExtractLogHeaderDetails.Builder. copy(ExtractLogHeaderDetails model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type ExtractLogHeaderDetails Modifier and Type Method Description ExtractLogHeaderResults.Builder
ExtractLogHeaderResults.Builder. jsonPaths(List<ExtractLogHeaderDetails> jsonPaths)
The log header json paths.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type ExtractLogHeaderDetails Constructor Description ExtractLogHeaderResults(List<ExtractLogHeaderDetails> jsonPaths, List<String> xmlPaths, List<String> headerPaths)
Deprecated.
-