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