Uses of Class
com.oracle.bmc.logging.requests.UpdateLogRequest
-
Packages that use UpdateLogRequest Package Description com.oracle.bmc.logging com.oracle.bmc.logging.requests -
-
Uses of UpdateLogRequest in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging with parameters of type UpdateLogRequest Modifier and Type Method Description UpdateLogResponse
LoggingManagement. updateLog(UpdateLogRequest request)
Updates the existing log object with the associated configuration.Future<UpdateLogResponse>
LoggingManagementAsync. updateLog(UpdateLogRequest request, AsyncHandler<UpdateLogRequest,UpdateLogResponse> handler)
Updates the existing log object with the associated configuration.Future<UpdateLogResponse>
LoggingManagementAsyncClient. updateLog(UpdateLogRequest request, AsyncHandler<UpdateLogRequest,UpdateLogResponse> handler)
UpdateLogResponse
LoggingManagementClient. updateLog(UpdateLogRequest request)
Method parameters in com.oracle.bmc.logging with type arguments of type UpdateLogRequest Modifier and Type Method Description Future<UpdateLogResponse>
LoggingManagementAsync. updateLog(UpdateLogRequest request, AsyncHandler<UpdateLogRequest,UpdateLogResponse> handler)
Updates the existing log object with the associated configuration.Future<UpdateLogResponse>
LoggingManagementAsyncClient. updateLog(UpdateLogRequest request, AsyncHandler<UpdateLogRequest,UpdateLogResponse> handler)
-
Uses of UpdateLogRequest in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return UpdateLogRequest Modifier and Type Method Description UpdateLogRequest
UpdateLogRequest.Builder. build()
Build the instance of UpdateLogRequest as configured by this builderUpdateLogRequest
UpdateLogRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateLogRequest as configured by this builderMethods in com.oracle.bmc.logging.requests with parameters of type UpdateLogRequest Modifier and Type Method Description UpdateLogRequest.Builder
UpdateLogRequest.Builder. copy(UpdateLogRequest o)
Copy method to populate the builder with values from the given instance.
-