Uses of Class
com.oracle.bmc.capacitymanagement.model.PlacementDetails
-
Packages that use PlacementDetails Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of PlacementDetails in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return PlacementDetails Modifier and Type Method Description PlacementDetails
PlacementDetails.Builder. build()
PlacementDetails
OccHandoverResourceBlockSummary. getPlacementDetails()
Methods in com.oracle.bmc.capacitymanagement.model with parameters of type PlacementDetails Modifier and Type Method Description PlacementDetails.Builder
PlacementDetails.Builder. copy(PlacementDetails model)
OccHandoverResourceBlockSummary.Builder
OccHandoverResourceBlockSummary.Builder. placementDetails(PlacementDetails placementDetails)
Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type PlacementDetails Constructor Description OccHandoverResourceBlockSummary(String id, String compartmentId, Namespace namespace, String occCustomerGroupId, Date handoverDate, String handoverResourceName, Long totalHandoverQuantity, List<AssociatedCapacityRequestDetails> associatedCapacityRequests, PlacementDetails placementDetails)
Deprecated.
-