Uses of Class
com.oracle.bmc.loganalytics.requests.ListParsersRequest.ParserType
-
Packages that use ListParsersRequest.ParserType Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListParsersRequest.ParserType in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListParsersRequest.ParserType Modifier and Type Method Description static ListParsersRequest.ParserType
ListParsersRequest.ParserType. create(String key)
ListParsersRequest.ParserType
ListParsersRequest. getParserType()
The parser type used for filtering.static ListParsersRequest.ParserType
ListParsersRequest.ParserType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListParsersRequest.ParserType[]
ListParsersRequest.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 ListParsersRequest.ParserType Modifier and Type Method Description ListParsersRequest.Builder
ListParsersRequest.Builder. parserType(ListParsersRequest.ParserType parserType)
The parser type used for filtering.
-