Uses of Class
com.oracle.bmc.loganalytics.responses.ExtractStructuredLogHeaderPathsResponse
-
Packages that use ExtractStructuredLogHeaderPathsResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ExtractStructuredLogHeaderPathsResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ExtractStructuredLogHeaderPathsResponse Modifier and Type Method Description ExtractStructuredLogHeaderPathsResponse
LogAnalytics. extractStructuredLogHeaderPaths(ExtractStructuredLogHeaderPathsRequest request)
Extracts the header paths from the example json or xml content.ExtractStructuredLogHeaderPathsResponse
LogAnalyticsClient. extractStructuredLogHeaderPaths(ExtractStructuredLogHeaderPathsRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ExtractStructuredLogHeaderPathsResponse Modifier and Type Method Description Future<ExtractStructuredLogHeaderPathsResponse>
LogAnalyticsAsync. extractStructuredLogHeaderPaths(ExtractStructuredLogHeaderPathsRequest request, AsyncHandler<ExtractStructuredLogHeaderPathsRequest,ExtractStructuredLogHeaderPathsResponse> handler)
Extracts the header paths from the example json or xml content.Future<ExtractStructuredLogHeaderPathsResponse>
LogAnalyticsAsyncClient. extractStructuredLogHeaderPaths(ExtractStructuredLogHeaderPathsRequest request, AsyncHandler<ExtractStructuredLogHeaderPathsRequest,ExtractStructuredLogHeaderPathsResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ExtractStructuredLogHeaderPathsResponse Modifier and Type Method Description Future<ExtractStructuredLogHeaderPathsResponse>
LogAnalyticsAsync. extractStructuredLogHeaderPaths(ExtractStructuredLogHeaderPathsRequest request, AsyncHandler<ExtractStructuredLogHeaderPathsRequest,ExtractStructuredLogHeaderPathsResponse> handler)
Extracts the header paths from the example json or xml content.Future<ExtractStructuredLogHeaderPathsResponse>
LogAnalyticsAsyncClient. extractStructuredLogHeaderPaths(ExtractStructuredLogHeaderPathsRequest request, AsyncHandler<ExtractStructuredLogHeaderPathsRequest,ExtractStructuredLogHeaderPathsResponse> handler)
-
Uses of ExtractStructuredLogHeaderPathsResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ExtractStructuredLogHeaderPathsResponse Modifier and Type Method Description ExtractStructuredLogHeaderPathsResponse
ExtractStructuredLogHeaderPathsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ExtractStructuredLogHeaderPathsResponse Modifier and Type Method Description ExtractStructuredLogHeaderPathsResponse.Builder
ExtractStructuredLogHeaderPathsResponse.Builder. copy(ExtractStructuredLogHeaderPathsResponse o)
Copy method to populate the builder with values from the given instance.
-