Uses of Class
com.oracle.bmc.database.model.UpdateDbSystemDetails
-
Packages that use UpdateDbSystemDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of UpdateDbSystemDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateDbSystemDetails Modifier and Type Method Description UpdateDbSystemDetails
UpdateDbSystemDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type UpdateDbSystemDetails Modifier and Type Method Description UpdateDbSystemDetails.Builder
UpdateDbSystemDetails.Builder. copy(UpdateDbSystemDetails model)
-
Uses of UpdateDbSystemDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateDbSystemDetails Modifier and Type Method Description UpdateDbSystemDetails
UpdateDbSystemRequest. getBody$()
Alternative accessor for the body parameter.UpdateDbSystemDetails
UpdateDbSystemRequest. getUpdateDbSystemDetails()
Request to update the properties of a DB system.Methods in com.oracle.bmc.database.requests with parameters of type UpdateDbSystemDetails Modifier and Type Method Description UpdateDbSystemRequest.Builder
UpdateDbSystemRequest.Builder. body$(UpdateDbSystemDetails body)
Alternative setter for the body parameter.UpdateDbSystemRequest.Builder
UpdateDbSystemRequest.Builder. updateDbSystemDetails(UpdateDbSystemDetails updateDbSystemDetails)
Request to update the properties of a DB system.
-