Uses of Class
com.oracle.bmc.recovery.model.UpdateProtectedDatabaseDetails
-
Packages that use UpdateProtectedDatabaseDetails Package Description com.oracle.bmc.recovery.model com.oracle.bmc.recovery.requests -
-
Uses of UpdateProtectedDatabaseDetails in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return UpdateProtectedDatabaseDetails Modifier and Type Method Description UpdateProtectedDatabaseDetails
UpdateProtectedDatabaseDetails.Builder. build()
Methods in com.oracle.bmc.recovery.model with parameters of type UpdateProtectedDatabaseDetails Modifier and Type Method Description UpdateProtectedDatabaseDetails.Builder
UpdateProtectedDatabaseDetails.Builder. copy(UpdateProtectedDatabaseDetails model)
-
Uses of UpdateProtectedDatabaseDetails in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return UpdateProtectedDatabaseDetails Modifier and Type Method Description UpdateProtectedDatabaseDetails
UpdateProtectedDatabaseRequest. getBody$()
Alternative accessor for the body parameter.UpdateProtectedDatabaseDetails
UpdateProtectedDatabaseRequest. getUpdateProtectedDatabaseDetails()
Describes the parameters required to update a protected database.Methods in com.oracle.bmc.recovery.requests with parameters of type UpdateProtectedDatabaseDetails Modifier and Type Method Description UpdateProtectedDatabaseRequest.Builder
UpdateProtectedDatabaseRequest.Builder. body$(UpdateProtectedDatabaseDetails body)
Alternative setter for the body parameter.UpdateProtectedDatabaseRequest.Builder
UpdateProtectedDatabaseRequest.Builder. updateProtectedDatabaseDetails(UpdateProtectedDatabaseDetails updateProtectedDatabaseDetails)
Describes the parameters required to update a protected database.
-