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