Uses of Class
com.oracle.bmc.database.responses.DeleteConsoleHistoryResponse
-
Packages that use DeleteConsoleHistoryResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of DeleteConsoleHistoryResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return DeleteConsoleHistoryResponse Modifier and Type Method Description DeleteConsoleHistoryResponse
Database. deleteConsoleHistory(DeleteConsoleHistoryRequest request)
Deletes the specified database node console history.DeleteConsoleHistoryResponse
DatabaseClient. deleteConsoleHistory(DeleteConsoleHistoryRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type DeleteConsoleHistoryResponse Modifier and Type Method Description Future<DeleteConsoleHistoryResponse>
DatabaseAsync. deleteConsoleHistory(DeleteConsoleHistoryRequest request, AsyncHandler<DeleteConsoleHistoryRequest,DeleteConsoleHistoryResponse> handler)
Deletes the specified database node console history.Future<DeleteConsoleHistoryResponse>
DatabaseAsyncClient. deleteConsoleHistory(DeleteConsoleHistoryRequest request, AsyncHandler<DeleteConsoleHistoryRequest,DeleteConsoleHistoryResponse> handler)
-
Uses of DeleteConsoleHistoryResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DeleteConsoleHistoryResponse Modifier and Type Method Description DeleteConsoleHistoryResponse
DeleteConsoleHistoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DeleteConsoleHistoryResponse Modifier and Type Method Description DeleteConsoleHistoryResponse.Builder
DeleteConsoleHistoryResponse.Builder. copy(DeleteConsoleHistoryResponse o)
Copy method to populate the builder with values from the given instance.
-