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