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