Uses of Class
com.oracle.bmc.database.requests.CreateConsoleHistoryRequest
-
Packages that use CreateConsoleHistoryRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of CreateConsoleHistoryRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type CreateConsoleHistoryRequest Modifier and Type Method Description Waiter<CreateConsoleHistoryRequest,CreateConsoleHistoryResponse>
DatabaseWaiters. forCreateConsoleHistory(CreateConsoleHistoryRequest request)
Creates a newWaiter
using the default configuration.Waiter<CreateConsoleHistoryRequest,CreateConsoleHistoryResponse>
DatabaseWaiters. forCreateConsoleHistory(CreateConsoleHistoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type CreateConsoleHistoryRequest 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 CreateConsoleHistoryRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return CreateConsoleHistoryRequest Modifier and Type Method Description CreateConsoleHistoryRequest
CreateConsoleHistoryRequest.Builder. build()
Build the instance of CreateConsoleHistoryRequest as configured by this builderCreateConsoleHistoryRequest
CreateConsoleHistoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateConsoleHistoryRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type CreateConsoleHistoryRequest Modifier and Type Method Description CreateConsoleHistoryRequest.Builder
CreateConsoleHistoryRequest.Builder. copy(CreateConsoleHistoryRequest o)
Copy method to populate the builder with values from the given instance.
-