Uses of Class
com.oracle.bmc.loganalytics.responses.CompareContentResponse
-
Packages that use CompareContentResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of CompareContentResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return CompareContentResponse Modifier and Type Method Description CompareContentResponse
LogAnalytics. compareContent(CompareContentRequest request)
Returns the difference between the two input payloads, including intraline differences.CompareContentResponse
LogAnalyticsClient. compareContent(CompareContentRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type CompareContentResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type CompareContentResponse 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 CompareContentResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return CompareContentResponse Modifier and Type Method Description CompareContentResponse
CompareContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type CompareContentResponse Modifier and Type Method Description CompareContentResponse.Builder
CompareContentResponse.Builder. copy(CompareContentResponse o)
Copy method to populate the builder with values from the given instance.
-