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