Uses of Class
com.oracle.bmc.database.responses.UpdateConsoleHistoryResponse
- 
Packages that use UpdateConsoleHistoryResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses 
- 
- 
Uses of UpdateConsoleHistoryResponse in com.oracle.bmc.databaseMethods in com.oracle.bmc.database that return UpdateConsoleHistoryResponse Modifier and Type Method Description UpdateConsoleHistoryResponseDatabase. updateConsoleHistory(UpdateConsoleHistoryRequest request)Updates the specified database node console history.UpdateConsoleHistoryResponseDatabaseClient. updateConsoleHistory(UpdateConsoleHistoryRequest request)Method parameters in com.oracle.bmc.database with type arguments of type UpdateConsoleHistoryResponse Modifier and Type Method Description Future<UpdateConsoleHistoryResponse>DatabaseAsync. updateConsoleHistory(UpdateConsoleHistoryRequest request, AsyncHandler<UpdateConsoleHistoryRequest,UpdateConsoleHistoryResponse> handler)Updates the specified database node console history.Future<UpdateConsoleHistoryResponse>DatabaseAsyncClient. updateConsoleHistory(UpdateConsoleHistoryRequest request, AsyncHandler<UpdateConsoleHistoryRequest,UpdateConsoleHistoryResponse> handler)
- 
Uses of UpdateConsoleHistoryResponse in com.oracle.bmc.database.responsesMethods in com.oracle.bmc.database.responses that return UpdateConsoleHistoryResponse Modifier and Type Method Description UpdateConsoleHistoryResponseUpdateConsoleHistoryResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateConsoleHistoryResponse Modifier and Type Method Description UpdateConsoleHistoryResponse.BuilderUpdateConsoleHistoryResponse.Builder. copy(UpdateConsoleHistoryResponse o)Copy method to populate the builder with values from the given instance.
 
-