Uses of Class
com.oracle.bmc.database.model.UpdateCloudVmClusterDetails
-
Packages that use UpdateCloudVmClusterDetails Package Description com.oracle.bmc.database.model com.oracle.bmc.database.requests -
-
Uses of UpdateCloudVmClusterDetails in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateCloudVmClusterDetails Modifier and Type Method Description UpdateCloudVmClusterDetails
UpdateCloudVmClusterDetails.Builder. build()
Methods in com.oracle.bmc.database.model with parameters of type UpdateCloudVmClusterDetails Modifier and Type Method Description UpdateCloudVmClusterDetails.Builder
UpdateCloudVmClusterDetails.Builder. copy(UpdateCloudVmClusterDetails model)
-
Uses of UpdateCloudVmClusterDetails in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return UpdateCloudVmClusterDetails Modifier and Type Method Description UpdateCloudVmClusterDetails
UpdateCloudVmClusterRequest. getBody$()
Alternative accessor for the body parameter.UpdateCloudVmClusterDetails
UpdateCloudVmClusterRequest. getUpdateCloudVmClusterDetails()
Request to update the attributes of a cloud VM cluster.Methods in com.oracle.bmc.database.requests with parameters of type UpdateCloudVmClusterDetails Modifier and Type Method Description UpdateCloudVmClusterRequest.Builder
UpdateCloudVmClusterRequest.Builder. body$(UpdateCloudVmClusterDetails body)
Alternative setter for the body parameter.UpdateCloudVmClusterRequest.Builder
UpdateCloudVmClusterRequest.Builder. updateCloudVmClusterDetails(UpdateCloudVmClusterDetails updateCloudVmClusterDetails)
Request to update the attributes of a cloud VM cluster.
-