Uses of Class
com.oracle.bmc.capacitymanagement.model.AssociatedCapacityRequestDetails
-
Packages that use AssociatedCapacityRequestDetails Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of AssociatedCapacityRequestDetails in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return AssociatedCapacityRequestDetails Modifier and Type Method Description AssociatedCapacityRequestDetails
AssociatedCapacityRequestDetails.Builder. build()
Methods in com.oracle.bmc.capacitymanagement.model that return types with arguments of type AssociatedCapacityRequestDetails Modifier and Type Method Description List<AssociatedCapacityRequestDetails>
OccHandoverResourceBlockSummary. getAssociatedCapacityRequests()
A list containing details about the capacity requests against which the resources were provisioned by oracle.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type AssociatedCapacityRequestDetails Modifier and Type Method Description AssociatedCapacityRequestDetails.Builder
AssociatedCapacityRequestDetails.Builder. copy(AssociatedCapacityRequestDetails model)
Method parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type AssociatedCapacityRequestDetails Modifier and Type Method Description OccHandoverResourceBlockSummary.Builder
OccHandoverResourceBlockSummary.Builder. associatedCapacityRequests(List<AssociatedCapacityRequestDetails> associatedCapacityRequests)
A list containing details about the capacity requests against which the resources were provisioned by oracle.Constructor parameters in com.oracle.bmc.capacitymanagement.model with type arguments of type AssociatedCapacityRequestDetails Constructor Description OccHandoverResourceBlockSummary(String id, String compartmentId, Namespace namespace, String occCustomerGroupId, Date handoverDate, String handoverResourceName, Long totalHandoverQuantity, List<AssociatedCapacityRequestDetails> associatedCapacityRequests, PlacementDetails placementDetails)
Deprecated.
-