Uses of Class
com.oracle.bmc.core.model.UpdateClusterNetworkDetails
-
Packages that use UpdateClusterNetworkDetails Package Description com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of UpdateClusterNetworkDetails in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return UpdateClusterNetworkDetails Modifier and Type Method Description UpdateClusterNetworkDetails
UpdateClusterNetworkDetails.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type UpdateClusterNetworkDetails Modifier and Type Method Description UpdateClusterNetworkDetails.Builder
UpdateClusterNetworkDetails.Builder. copy(UpdateClusterNetworkDetails model)
-
Uses of UpdateClusterNetworkDetails in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateClusterNetworkDetails Modifier and Type Method Description UpdateClusterNetworkDetails
UpdateClusterNetworkRequest. getBody$()
Alternative accessor for the body parameter.UpdateClusterNetworkDetails
UpdateClusterNetworkRequest. getUpdateClusterNetworkDetails()
Update cluster networkMethods in com.oracle.bmc.core.requests with parameters of type UpdateClusterNetworkDetails Modifier and Type Method Description UpdateClusterNetworkRequest.Builder
UpdateClusterNetworkRequest.Builder. body$(UpdateClusterNetworkDetails body)
Alternative setter for the body parameter.UpdateClusterNetworkRequest.Builder
UpdateClusterNetworkRequest.Builder. updateClusterNetworkDetails(UpdateClusterNetworkDetails updateClusterNetworkDetails)
Update cluster network
-