Uses of Class
com.oracle.bmc.loganalytics.model.ParsedContent
-
Packages that use ParsedContent Package Description com.oracle.bmc.loganalytics.model -
-
Uses of ParsedContent in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ParsedContent Modifier and Type Method Description ParsedContent
ParsedContent.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type ParsedContent Modifier and Type Method Description List<ParsedContent>
SourceMappingResponse. getParsedResponse()
Parsed representation of the log file.Methods in com.oracle.bmc.loganalytics.model with parameters of type ParsedContent Modifier and Type Method Description ParsedContent.Builder
ParsedContent.Builder. copy(ParsedContent model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type ParsedContent Modifier and Type Method Description SourceMappingResponse.Builder
SourceMappingResponse.Builder. parsedResponse(List<ParsedContent> parsedResponse)
Parsed representation of the log file.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type ParsedContent Constructor Description SourceMappingResponse(List<ParsedContent> parsedResponse)
Deprecated.
-