Uses of Class
com.oracle.bmc.database.requests.GetConsoleHistoryContentRequest
-
Packages that use GetConsoleHistoryContentRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of GetConsoleHistoryContentRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database with parameters of type GetConsoleHistoryContentRequest Modifier and Type Method Description GetConsoleHistoryContentResponse
Database. getConsoleHistoryContent(GetConsoleHistoryContentRequest request)
Retrieves the specified database node console history contents upto a megabyte.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)
GetConsoleHistoryContentResponse
DatabaseClient. getConsoleHistoryContent(GetConsoleHistoryContentRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type GetConsoleHistoryContentRequest 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 GetConsoleHistoryContentRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return GetConsoleHistoryContentRequest Modifier and Type Method Description GetConsoleHistoryContentRequest
GetConsoleHistoryContentRequest.Builder. build()
Build the instance of GetConsoleHistoryContentRequest as configured by this builderGetConsoleHistoryContentRequest
GetConsoleHistoryContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetConsoleHistoryContentRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type GetConsoleHistoryContentRequest Modifier and Type Method Description GetConsoleHistoryContentRequest.Builder
GetConsoleHistoryContentRequest.Builder. copy(GetConsoleHistoryContentRequest o)
Copy method to populate the builder with values from the given instance.
-