Uses of Class
com.oracle.bmc.database.responses.CreateConsoleHistoryResponse
-
Packages that use CreateConsoleHistoryResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of CreateConsoleHistoryResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return CreateConsoleHistoryResponse Modifier and Type Method Description CreateConsoleHistoryResponse
Database. createConsoleHistory(CreateConsoleHistoryRequest request)
Captures the most recent serial console data (up to a megabyte) for the specified database node.CreateConsoleHistoryResponse
DatabaseClient. createConsoleHistory(CreateConsoleHistoryRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type CreateConsoleHistoryResponse Modifier and Type Method Description Future<CreateConsoleHistoryResponse>
DatabaseAsync. createConsoleHistory(CreateConsoleHistoryRequest request, AsyncHandler<CreateConsoleHistoryRequest,CreateConsoleHistoryResponse> handler)
Captures the most recent serial console data (up to a megabyte) for the specified database node.Future<CreateConsoleHistoryResponse>
DatabaseAsyncClient. createConsoleHistory(CreateConsoleHistoryRequest request, AsyncHandler<CreateConsoleHistoryRequest,CreateConsoleHistoryResponse> handler)
-
Uses of CreateConsoleHistoryResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return CreateConsoleHistoryResponse Modifier and Type Method Description CreateConsoleHistoryResponse
CreateConsoleHistoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type CreateConsoleHistoryResponse Modifier and Type Method Description CreateConsoleHistoryResponse.Builder
CreateConsoleHistoryResponse.Builder. copy(CreateConsoleHistoryResponse o)
Copy method to populate the builder with values from the given instance.
-