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.database
Methods in com.oracle.bmc.database that return UpdateConsoleHistoryResponse Modifier and Type Method Description UpdateConsoleHistoryResponse
Database. updateConsoleHistory(UpdateConsoleHistoryRequest request)
Updates the specified database node console history.UpdateConsoleHistoryResponse
DatabaseClient. 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.responses
Methods in com.oracle.bmc.database.responses that return UpdateConsoleHistoryResponse Modifier and Type Method Description UpdateConsoleHistoryResponse
UpdateConsoleHistoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type UpdateConsoleHistoryResponse Modifier and Type Method Description UpdateConsoleHistoryResponse.Builder
UpdateConsoleHistoryResponse.Builder. copy(UpdateConsoleHistoryResponse o)
Copy method to populate the builder with values from the given instance.
-