Uses of Class
com.oracle.bmc.database.responses.ChangeOneoffPatchCompartmentResponse
-
Packages that use ChangeOneoffPatchCompartmentResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ChangeOneoffPatchCompartmentResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ChangeOneoffPatchCompartmentResponse Modifier and Type Method Description ChangeOneoffPatchCompartmentResponse
Database. changeOneoffPatchCompartment(ChangeOneoffPatchCompartmentRequest request)
Move the one-off patch to the specified compartment.ChangeOneoffPatchCompartmentResponse
DatabaseClient. changeOneoffPatchCompartment(ChangeOneoffPatchCompartmentRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ChangeOneoffPatchCompartmentResponse 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 ChangeOneoffPatchCompartmentResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ChangeOneoffPatchCompartmentResponse Modifier and Type Method Description ChangeOneoffPatchCompartmentResponse
ChangeOneoffPatchCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ChangeOneoffPatchCompartmentResponse Modifier and Type Method Description ChangeOneoffPatchCompartmentResponse.Builder
ChangeOneoffPatchCompartmentResponse.Builder. copy(ChangeOneoffPatchCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-