Uses of Class
com.oracle.bmc.core.model.UpdateComputeClusterDetails
-
Packages that use UpdateComputeClusterDetails Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of UpdateComputeClusterDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return UpdateComputeClusterDetails Modifier and Type Method Description UpdateComputeClusterDetails
UpdateComputeClusterDetails.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type UpdateComputeClusterDetails Modifier and Type Method Description UpdateComputeClusterDetails.Builder
UpdateComputeClusterDetails.Builder. copy(UpdateComputeClusterDetails model)
-
Uses of UpdateComputeClusterDetails in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateComputeClusterDetails Modifier and Type Method Description UpdateComputeClusterDetails
UpdateComputeClusterRequest. getBody$()
Alternative accessor for the body parameter.UpdateComputeClusterDetails
UpdateComputeClusterRequest. getUpdateComputeClusterDetails()
Details for updating the compute cluster.Methods in com.oracle.bmc.core.requests with parameters of type UpdateComputeClusterDetails Modifier and Type Method Description UpdateComputeClusterRequest.Builder
UpdateComputeClusterRequest.Builder. body$(UpdateComputeClusterDetails body)
Alternative setter for the body parameter.UpdateComputeClusterRequest.Builder
UpdateComputeClusterRequest.Builder. updateComputeClusterDetails(UpdateComputeClusterDetails updateComputeClusterDetails)
Details for updating the compute cluster.
-