Uses of Class
com.oracle.bmc.loganalytics.responses.TestParserResponse
-
Packages that use TestParserResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of TestParserResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return TestParserResponse Modifier and Type Method Description TestParserResponse
LogAnalytics. testParser(TestParserRequest request)
Tests the parser definition against the specified example content to ensure fields are successfully extracted.TestParserResponse
LogAnalyticsClient. testParser(TestParserRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type TestParserResponse Modifier and Type Method Description Future<TestParserResponse>
LogAnalyticsAsync. testParser(TestParserRequest request, AsyncHandler<TestParserRequest,TestParserResponse> handler)
Tests the parser definition against the specified example content to ensure fields are successfully extracted.Future<TestParserResponse>
LogAnalyticsAsyncClient. testParser(TestParserRequest request, AsyncHandler<TestParserRequest,TestParserResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type TestParserResponse Modifier and Type Method Description Future<TestParserResponse>
LogAnalyticsAsync. testParser(TestParserRequest request, AsyncHandler<TestParserRequest,TestParserResponse> handler)
Tests the parser definition against the specified example content to ensure fields are successfully extracted.Future<TestParserResponse>
LogAnalyticsAsyncClient. testParser(TestParserRequest request, AsyncHandler<TestParserRequest,TestParserResponse> handler)
-
Uses of TestParserResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return TestParserResponse Modifier and Type Method Description TestParserResponse
TestParserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type TestParserResponse Modifier and Type Method Description TestParserResponse.Builder
TestParserResponse.Builder. copy(TestParserResponse o)
Copy method to populate the builder with values from the given instance.
-