Uses of Class
com.oracle.bmc.databasemanagement.model.UpdateCloudDbSystemDetails
-
Packages that use UpdateCloudDbSystemDetails Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of UpdateCloudDbSystemDetails in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return UpdateCloudDbSystemDetails Modifier and Type Method Description UpdateCloudDbSystemDetails
UpdateCloudDbSystemDetails.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type UpdateCloudDbSystemDetails Modifier and Type Method Description UpdateCloudDbSystemDetails.Builder
UpdateCloudDbSystemDetails.Builder. copy(UpdateCloudDbSystemDetails model)
-
Uses of UpdateCloudDbSystemDetails in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return UpdateCloudDbSystemDetails Modifier and Type Method Description UpdateCloudDbSystemDetails
UpdateCloudDbSystemRequest. getBody$()
Alternative accessor for the body parameter.UpdateCloudDbSystemDetails
UpdateCloudDbSystemRequest. getUpdateCloudDbSystemDetails()
The details required to update an cloud DB system.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type UpdateCloudDbSystemDetails Modifier and Type Method Description UpdateCloudDbSystemRequest.Builder
UpdateCloudDbSystemRequest.Builder. body$(UpdateCloudDbSystemDetails body)
Alternative setter for the body parameter.UpdateCloudDbSystemRequest.Builder
UpdateCloudDbSystemRequest.Builder. updateCloudDbSystemDetails(UpdateCloudDbSystemDetails updateCloudDbSystemDetails)
The details required to update an cloud DB system.
-