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