Uses of Class
com.oracle.bmc.recovery.responses.ChangeProtectedDatabaseCompartmentResponse
-
Packages that use ChangeProtectedDatabaseCompartmentResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of ChangeProtectedDatabaseCompartmentResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return ChangeProtectedDatabaseCompartmentResponse Modifier and Type Method Description ChangeProtectedDatabaseCompartmentResponse
DatabaseRecovery. changeProtectedDatabaseCompartment(ChangeProtectedDatabaseCompartmentRequest request)
Moves a protected database resource from the existing compartment to the specified compartment.ChangeProtectedDatabaseCompartmentResponse
DatabaseRecoveryClient. changeProtectedDatabaseCompartment(ChangeProtectedDatabaseCompartmentRequest request)
Methods in com.oracle.bmc.recovery that return types with arguments of type ChangeProtectedDatabaseCompartmentResponse Modifier and Type Method Description Future<ChangeProtectedDatabaseCompartmentResponse>
DatabaseRecoveryAsync. changeProtectedDatabaseCompartment(ChangeProtectedDatabaseCompartmentRequest request, AsyncHandler<ChangeProtectedDatabaseCompartmentRequest,ChangeProtectedDatabaseCompartmentResponse> handler)
Moves a protected database resource from the existing compartment to the specified compartment.Future<ChangeProtectedDatabaseCompartmentResponse>
DatabaseRecoveryAsyncClient. changeProtectedDatabaseCompartment(ChangeProtectedDatabaseCompartmentRequest request, AsyncHandler<ChangeProtectedDatabaseCompartmentRequest,ChangeProtectedDatabaseCompartmentResponse> handler)
Method parameters in com.oracle.bmc.recovery with type arguments of type ChangeProtectedDatabaseCompartmentResponse Modifier and Type Method Description Future<ChangeProtectedDatabaseCompartmentResponse>
DatabaseRecoveryAsync. changeProtectedDatabaseCompartment(ChangeProtectedDatabaseCompartmentRequest request, AsyncHandler<ChangeProtectedDatabaseCompartmentRequest,ChangeProtectedDatabaseCompartmentResponse> handler)
Moves a protected database resource from the existing compartment to the specified compartment.Future<ChangeProtectedDatabaseCompartmentResponse>
DatabaseRecoveryAsyncClient. changeProtectedDatabaseCompartment(ChangeProtectedDatabaseCompartmentRequest request, AsyncHandler<ChangeProtectedDatabaseCompartmentRequest,ChangeProtectedDatabaseCompartmentResponse> handler)
-
Uses of ChangeProtectedDatabaseCompartmentResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return ChangeProtectedDatabaseCompartmentResponse Modifier and Type Method Description ChangeProtectedDatabaseCompartmentResponse
ChangeProtectedDatabaseCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type ChangeProtectedDatabaseCompartmentResponse Modifier and Type Method Description ChangeProtectedDatabaseCompartmentResponse.Builder
ChangeProtectedDatabaseCompartmentResponse.Builder. copy(ChangeProtectedDatabaseCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-