Uses of Class
com.oracle.bmc.loganalytics.requests.ExtractStructuredLogFieldPathsRequest
-
Packages that use ExtractStructuredLogFieldPathsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ExtractStructuredLogFieldPathsRequest in com.oracle.bmc.loganalytics
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ExtractStructuredLogFieldPathsRequest 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 ExtractStructuredLogFieldPathsRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ExtractStructuredLogFieldPathsRequest Modifier and Type Method Description ExtractStructuredLogFieldPathsRequest
ExtractStructuredLogFieldPathsRequest.Builder. build()
Build the instance of ExtractStructuredLogFieldPathsRequest as configured by this builderExtractStructuredLogFieldPathsRequest
ExtractStructuredLogFieldPathsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ExtractStructuredLogFieldPathsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ExtractStructuredLogFieldPathsRequest Modifier and Type Method Description ExtractStructuredLogFieldPathsRequest.Builder
ExtractStructuredLogFieldPathsRequest.Builder. copy(ExtractStructuredLogFieldPathsRequest o)
Copy method to populate the builder with values from the given instance.
-