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