Uses of Class
com.oracle.bmc.loganalytics.responses.UpdateLogAnalyticsEntityResponse
-
Packages that use UpdateLogAnalyticsEntityResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of UpdateLogAnalyticsEntityResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return UpdateLogAnalyticsEntityResponse Modifier and Type Method Description UpdateLogAnalyticsEntityResponse
LogAnalytics. updateLogAnalyticsEntity(UpdateLogAnalyticsEntityRequest request)
Update the log analytics entity with the given id.UpdateLogAnalyticsEntityResponse
LogAnalyticsClient. updateLogAnalyticsEntity(UpdateLogAnalyticsEntityRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type UpdateLogAnalyticsEntityResponse Modifier and Type Method Description Future<UpdateLogAnalyticsEntityResponse>
LogAnalyticsAsync. updateLogAnalyticsEntity(UpdateLogAnalyticsEntityRequest request, AsyncHandler<UpdateLogAnalyticsEntityRequest,UpdateLogAnalyticsEntityResponse> handler)
Update the log analytics entity with the given id.Future<UpdateLogAnalyticsEntityResponse>
LogAnalyticsAsyncClient. updateLogAnalyticsEntity(UpdateLogAnalyticsEntityRequest request, AsyncHandler<UpdateLogAnalyticsEntityRequest,UpdateLogAnalyticsEntityResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpdateLogAnalyticsEntityResponse Modifier and Type Method Description Future<UpdateLogAnalyticsEntityResponse>
LogAnalyticsAsync. updateLogAnalyticsEntity(UpdateLogAnalyticsEntityRequest request, AsyncHandler<UpdateLogAnalyticsEntityRequest,UpdateLogAnalyticsEntityResponse> handler)
Update the log analytics entity with the given id.Future<UpdateLogAnalyticsEntityResponse>
LogAnalyticsAsyncClient. updateLogAnalyticsEntity(UpdateLogAnalyticsEntityRequest request, AsyncHandler<UpdateLogAnalyticsEntityRequest,UpdateLogAnalyticsEntityResponse> handler)
-
Uses of UpdateLogAnalyticsEntityResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return UpdateLogAnalyticsEntityResponse Modifier and Type Method Description UpdateLogAnalyticsEntityResponse
UpdateLogAnalyticsEntityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type UpdateLogAnalyticsEntityResponse Modifier and Type Method Description UpdateLogAnalyticsEntityResponse.Builder
UpdateLogAnalyticsEntityResponse.Builder. copy(UpdateLogAnalyticsEntityResponse o)
Copy method to populate the builder with values from the given instance.
-