Uses of Class
com.oracle.bmc.recovery.requests.ChangeProtectedDatabaseCompartmentRequest
-
Packages that use ChangeProtectedDatabaseCompartmentRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of ChangeProtectedDatabaseCompartmentRequest in com.oracle.bmc.recovery
Method parameters in com.oracle.bmc.recovery with type arguments of type ChangeProtectedDatabaseCompartmentRequest 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 ChangeProtectedDatabaseCompartmentRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ChangeProtectedDatabaseCompartmentRequest Modifier and Type Method Description ChangeProtectedDatabaseCompartmentRequest
ChangeProtectedDatabaseCompartmentRequest.Builder. build()
Build the instance of ChangeProtectedDatabaseCompartmentRequest as configured by this builderChangeProtectedDatabaseCompartmentRequest
ChangeProtectedDatabaseCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeProtectedDatabaseCompartmentRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type ChangeProtectedDatabaseCompartmentRequest Modifier and Type Method Description ChangeProtectedDatabaseCompartmentRequest.Builder
ChangeProtectedDatabaseCompartmentRequest.Builder. copy(ChangeProtectedDatabaseCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-