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