Uses of Class
com.oracle.bmc.database.responses.RunDataPatchResponse
-
Packages that use RunDataPatchResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of RunDataPatchResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return RunDataPatchResponse Modifier and Type Method Description RunDataPatchResponseDatabase. runDataPatch(RunDataPatchRequest request)Run datapatch on the specified Oracle Database and optionally on the specified Pluggable databases.RunDataPatchResponseDatabaseClient. runDataPatch(RunDataPatchRequest request)Methods in com.oracle.bmc.database that return types with arguments of type RunDataPatchResponse Modifier and Type Method Description Waiter<RunDataPatchRequest,RunDataPatchResponse>DatabaseWaiters. forRunDataPatch(RunDataPatchRequest request)Creates a newWaiterusing the default configuration.Waiter<RunDataPatchRequest,RunDataPatchResponse>DatabaseWaiters. forRunDataPatch(RunDataPatchRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Future<RunDataPatchResponse>DatabaseAsync. runDataPatch(RunDataPatchRequest request, AsyncHandler<RunDataPatchRequest,RunDataPatchResponse> handler)Run datapatch on the specified Oracle Database and optionally on the specified Pluggable databases.Future<RunDataPatchResponse>DatabaseAsyncClient. runDataPatch(RunDataPatchRequest request, AsyncHandler<RunDataPatchRequest,RunDataPatchResponse> handler)Method parameters in com.oracle.bmc.database with type arguments of type RunDataPatchResponse Modifier and Type Method Description Future<RunDataPatchResponse>DatabaseAsync. runDataPatch(RunDataPatchRequest request, AsyncHandler<RunDataPatchRequest,RunDataPatchResponse> handler)Run datapatch on the specified Oracle Database and optionally on the specified Pluggable databases.Future<RunDataPatchResponse>DatabaseAsyncClient. runDataPatch(RunDataPatchRequest request, AsyncHandler<RunDataPatchRequest,RunDataPatchResponse> handler) -
Uses of RunDataPatchResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return RunDataPatchResponse Modifier and Type Method Description RunDataPatchResponseRunDataPatchResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type RunDataPatchResponse Modifier and Type Method Description RunDataPatchResponse.BuilderRunDataPatchResponse.Builder. copy(RunDataPatchResponse o)Copy method to populate the builder with values from the given instance.
-