Uses of Class
com.oracle.bmc.loganalytics.requests.CompareContentRequest
-
Packages that use CompareContentRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of CompareContentRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type CompareContentRequest Modifier and Type Method Description CompareContentResponse
LogAnalytics. compareContent(CompareContentRequest request)
Returns the difference between the two input payloads, including intraline differences.Future<CompareContentResponse>
LogAnalyticsAsync. compareContent(CompareContentRequest request, AsyncHandler<CompareContentRequest,CompareContentResponse> handler)
Returns the difference between the two input payloads, including intraline differences.Future<CompareContentResponse>
LogAnalyticsAsyncClient. compareContent(CompareContentRequest request, AsyncHandler<CompareContentRequest,CompareContentResponse> handler)
CompareContentResponse
LogAnalyticsClient. compareContent(CompareContentRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type CompareContentRequest Modifier and Type Method Description Future<CompareContentResponse>
LogAnalyticsAsync. compareContent(CompareContentRequest request, AsyncHandler<CompareContentRequest,CompareContentResponse> handler)
Returns the difference between the two input payloads, including intraline differences.Future<CompareContentResponse>
LogAnalyticsAsyncClient. compareContent(CompareContentRequest request, AsyncHandler<CompareContentRequest,CompareContentResponse> handler)
-
Uses of CompareContentRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return CompareContentRequest Modifier and Type Method Description CompareContentRequest
CompareContentRequest.Builder. build()
Build the instance of CompareContentRequest as configured by this builderCompareContentRequest
CompareContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CompareContentRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type CompareContentRequest Modifier and Type Method Description CompareContentRequest.Builder
CompareContentRequest.Builder. copy(CompareContentRequest o)
Copy method to populate the builder with values from the given instance.
-