Uses of Class
com.oracle.bmc.clusterplacementgroups.model.UpdateClusterPlacementGroupDetails
-
Packages that use UpdateClusterPlacementGroupDetails Package Description com.oracle.bmc.clusterplacementgroups.model com.oracle.bmc.clusterplacementgroups.requests -
-
Uses of UpdateClusterPlacementGroupDetails in com.oracle.bmc.clusterplacementgroups.model
Methods in com.oracle.bmc.clusterplacementgroups.model that return UpdateClusterPlacementGroupDetails Modifier and Type Method Description UpdateClusterPlacementGroupDetails
UpdateClusterPlacementGroupDetails.Builder. build()
Methods in com.oracle.bmc.clusterplacementgroups.model with parameters of type UpdateClusterPlacementGroupDetails Modifier and Type Method Description UpdateClusterPlacementGroupDetails.Builder
UpdateClusterPlacementGroupDetails.Builder. copy(UpdateClusterPlacementGroupDetails model)
-
Uses of UpdateClusterPlacementGroupDetails in com.oracle.bmc.clusterplacementgroups.requests
Methods in com.oracle.bmc.clusterplacementgroups.requests that return UpdateClusterPlacementGroupDetails Modifier and Type Method Description UpdateClusterPlacementGroupDetails
UpdateClusterPlacementGroupRequest. getBody$()
Alternative accessor for the body parameter.UpdateClusterPlacementGroupDetails
UpdateClusterPlacementGroupRequest. getUpdateClusterPlacementGroupDetails()
The details of the cluster placement group to update.Methods in com.oracle.bmc.clusterplacementgroups.requests with parameters of type UpdateClusterPlacementGroupDetails Modifier and Type Method Description UpdateClusterPlacementGroupRequest.Builder
UpdateClusterPlacementGroupRequest.Builder. body$(UpdateClusterPlacementGroupDetails body)
Alternative setter for the body parameter.UpdateClusterPlacementGroupRequest.Builder
UpdateClusterPlacementGroupRequest.Builder. updateClusterPlacementGroupDetails(UpdateClusterPlacementGroupDetails updateClusterPlacementGroupDetails)
The details of the cluster placement group to update.
-