Uses of Class
com.oracle.bmc.database.requests.UpdateConsoleHistoryRequest
-
Packages that use UpdateConsoleHistoryRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of UpdateConsoleHistoryRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type UpdateConsoleHistoryRequest Modifier and Type Method Description Waiter<UpdateConsoleHistoryRequest,UpdateConsoleHistoryResponse>
DatabaseWaiters. forUpdateConsoleHistory(UpdateConsoleHistoryRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateConsoleHistoryRequest,UpdateConsoleHistoryResponse>
DatabaseWaiters. forUpdateConsoleHistory(UpdateConsoleHistoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type UpdateConsoleHistoryRequest Modifier and Type Method Description Future<UpdateConsoleHistoryResponse>
DatabaseAsync. updateConsoleHistory(UpdateConsoleHistoryRequest request, AsyncHandler<UpdateConsoleHistoryRequest,UpdateConsoleHistoryResponse> handler)
Updates the specified database node console history.Future<UpdateConsoleHistoryResponse>
DatabaseAsyncClient. updateConsoleHistory(UpdateConsoleHistoryRequest request, AsyncHandler<UpdateConsoleHistoryRequest,UpdateConsoleHistoryResponse> handler)
-
Uses of UpdateConsoleHistoryRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateConsoleHistoryRequest Modifier and Type Method Description UpdateConsoleHistoryRequest
UpdateConsoleHistoryRequest.Builder. build()
Build the instance of UpdateConsoleHistoryRequest as configured by this builderUpdateConsoleHistoryRequest
UpdateConsoleHistoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateConsoleHistoryRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type UpdateConsoleHistoryRequest Modifier and Type Method Description UpdateConsoleHistoryRequest.Builder
UpdateConsoleHistoryRequest.Builder. copy(UpdateConsoleHistoryRequest o)
Copy method to populate the builder with values from the given instance.
-