Uses of Class
com.oracle.bmc.logging.responses.UpdateLogResponse
-
Packages that use UpdateLogResponse Package Description com.oracle.bmc.logging com.oracle.bmc.logging.responses -
-
Uses of UpdateLogResponse in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return UpdateLogResponse Modifier and Type Method Description UpdateLogResponse
LoggingManagement. updateLog(UpdateLogRequest request)
Updates the existing log object with the associated configuration.UpdateLogResponse
LoggingManagementClient. updateLog(UpdateLogRequest request)
Methods in com.oracle.bmc.logging that return types with arguments of type UpdateLogResponse 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)
Method parameters in com.oracle.bmc.logging with type arguments of type UpdateLogResponse 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 UpdateLogResponse in com.oracle.bmc.logging.responses
Methods in com.oracle.bmc.logging.responses that return UpdateLogResponse Modifier and Type Method Description UpdateLogResponse
UpdateLogResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.logging.responses with parameters of type UpdateLogResponse Modifier and Type Method Description UpdateLogResponse.Builder
UpdateLogResponse.Builder. copy(UpdateLogResponse o)
Copy method to populate the builder with values from the given instance.
-