Uses of Class
com.oracle.bmc.containerengine.model.UpdateClusterDetails
-
Packages that use UpdateClusterDetails Package Description com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.requests -
-
Uses of UpdateClusterDetails in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return UpdateClusterDetails Modifier and Type Method Description UpdateClusterDetails
UpdateClusterDetails.Builder. build()
Methods in com.oracle.bmc.containerengine.model with parameters of type UpdateClusterDetails Modifier and Type Method Description UpdateClusterDetails.Builder
UpdateClusterDetails.Builder. copy(UpdateClusterDetails model)
-
Uses of UpdateClusterDetails in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return UpdateClusterDetails Modifier and Type Method Description UpdateClusterDetails
UpdateClusterRequest. getBody$()
Alternative accessor for the body parameter.UpdateClusterDetails
UpdateClusterRequest. getUpdateClusterDetails()
The details of the cluster to update.Methods in com.oracle.bmc.containerengine.requests with parameters of type UpdateClusterDetails Modifier and Type Method Description UpdateClusterRequest.Builder
UpdateClusterRequest.Builder. body$(UpdateClusterDetails body)
Alternative setter for the body parameter.UpdateClusterRequest.Builder
UpdateClusterRequest.Builder. updateClusterDetails(UpdateClusterDetails updateClusterDetails)
The details of the cluster to update.
-