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