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.databaseMethods in com.oracle.bmc.database that return GetConsoleHistoryResponse Modifier and Type Method Description GetConsoleHistoryResponseDatabase. getConsoleHistory(GetConsoleHistoryRequest request)Gets information about the specified database node console history.GetConsoleHistoryResponseDatabaseClient. 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.responsesMethods in com.oracle.bmc.database.responses that return GetConsoleHistoryResponse Modifier and Type Method Description GetConsoleHistoryResponseGetConsoleHistoryResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type GetConsoleHistoryResponse Modifier and Type Method Description GetConsoleHistoryResponse.BuilderGetConsoleHistoryResponse.Builder. copy(GetConsoleHistoryResponse o)Copy method to populate the builder with values from the given instance.
 
-