Uses of Class
com.oracle.bmc.loganalytics.responses.GetParserResponse
-
Packages that use GetParserResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetParserResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetParserResponse Modifier and Type Method Description GetParserResponse
LogAnalytics. getParser(GetParserRequest request)
Gets detailed information about the parser with the specified name.GetParserResponse
LogAnalyticsClient. getParser(GetParserRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetParserResponse Modifier and Type Method Description Future<GetParserResponse>
LogAnalyticsAsync. getParser(GetParserRequest request, AsyncHandler<GetParserRequest,GetParserResponse> handler)
Gets detailed information about the parser with the specified name.Future<GetParserResponse>
LogAnalyticsAsyncClient. getParser(GetParserRequest request, AsyncHandler<GetParserRequest,GetParserResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetParserResponse Modifier and Type Method Description Future<GetParserResponse>
LogAnalyticsAsync. getParser(GetParserRequest request, AsyncHandler<GetParserRequest,GetParserResponse> handler)
Gets detailed information about the parser with the specified name.Future<GetParserResponse>
LogAnalyticsAsyncClient. getParser(GetParserRequest request, AsyncHandler<GetParserRequest,GetParserResponse> handler)
-
Uses of GetParserResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetParserResponse Modifier and Type Method Description GetParserResponse
GetParserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetParserResponse Modifier and Type Method Description GetParserResponse.Builder
GetParserResponse.Builder. copy(GetParserResponse o)
Copy method to populate the builder with values from the given instance.
-