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.ParserTypeExtractStructuredLogHeaderPathsRequest.ParserType. create(String key)ExtractStructuredLogHeaderPathsRequest.ParserTypeExtractStructuredLogHeaderPathsRequest. getParserType()The parser type - possible values are XML, JSON or DELIMITED.static ExtractStructuredLogHeaderPathsRequest.ParserTypeExtractStructuredLogHeaderPathsRequest.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.BuilderExtractStructuredLogHeaderPathsRequest.Builder. parserType(ExtractStructuredLogHeaderPathsRequest.ParserType parserType)The parser type - possible values are XML, JSON or DELIMITED.
-