Uses of Class
com.oracle.bmc.loganalytics.requests.ExtractStructuredLogHeaderPathsRequest.ParserType
-
Packages that use ExtractStructuredLogHeaderPathsRequest.ParserType Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ExtractStructuredLogHeaderPathsRequest.ParserType in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ExtractStructuredLogHeaderPathsRequest.ParserType Modifier and Type Method Description static ExtractStructuredLogHeaderPathsRequest.ParserType
ExtractStructuredLogHeaderPathsRequest.ParserType. create(String key)
ExtractStructuredLogHeaderPathsRequest.ParserType
ExtractStructuredLogHeaderPathsRequest. getParserType()
The parser type - possible values are XML, JSON or DELIMITED.static ExtractStructuredLogHeaderPathsRequest.ParserType
ExtractStructuredLogHeaderPathsRequest.ParserType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExtractStructuredLogHeaderPathsRequest.ParserType[]
ExtractStructuredLogHeaderPathsRequest.ParserType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ExtractStructuredLogHeaderPathsRequest.ParserType Modifier and Type Method Description ExtractStructuredLogHeaderPathsRequest.Builder
ExtractStructuredLogHeaderPathsRequest.Builder. parserType(ExtractStructuredLogHeaderPathsRequest.ParserType parserType)
The parser type - possible values are XML, JSON or DELIMITED.
-