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