Uses of Class
com.oracle.bmc.recovery.model.ChangeProtectedDatabaseCompartmentDetails
-
Packages that use ChangeProtectedDatabaseCompartmentDetails Package Description com.oracle.bmc.recovery.model com.oracle.bmc.recovery.requests -
-
Uses of ChangeProtectedDatabaseCompartmentDetails in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return ChangeProtectedDatabaseCompartmentDetails Modifier and Type Method Description ChangeProtectedDatabaseCompartmentDetails
ChangeProtectedDatabaseCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.recovery.model with parameters of type ChangeProtectedDatabaseCompartmentDetails Modifier and Type Method Description ChangeProtectedDatabaseCompartmentDetails.Builder
ChangeProtectedDatabaseCompartmentDetails.Builder. copy(ChangeProtectedDatabaseCompartmentDetails model)
-
Uses of ChangeProtectedDatabaseCompartmentDetails in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ChangeProtectedDatabaseCompartmentDetails Modifier and Type Method Description ChangeProtectedDatabaseCompartmentDetails
ChangeProtectedDatabaseCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeProtectedDatabaseCompartmentDetails
ChangeProtectedDatabaseCompartmentRequest. getChangeProtectedDatabaseCompartmentDetails()
The configuration details required to move a protected database from the existing compartment to a specified compartment.Methods in com.oracle.bmc.recovery.requests with parameters of type ChangeProtectedDatabaseCompartmentDetails Modifier and Type Method Description ChangeProtectedDatabaseCompartmentRequest.Builder
ChangeProtectedDatabaseCompartmentRequest.Builder. body$(ChangeProtectedDatabaseCompartmentDetails body)
Alternative setter for the body parameter.ChangeProtectedDatabaseCompartmentRequest.Builder
ChangeProtectedDatabaseCompartmentRequest.Builder. changeProtectedDatabaseCompartmentDetails(ChangeProtectedDatabaseCompartmentDetails changeProtectedDatabaseCompartmentDetails)
The configuration details required to move a protected database from the existing compartment to a specified compartment.
-