Uses of Class
com.oracle.bmc.bds.model.ComputeCapacityReservations
-
Packages that use ComputeCapacityReservations Package Description com.oracle.bmc.bds.model -
-
Uses of ComputeCapacityReservations in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return ComputeCapacityReservations Modifier and Type Method Description ComputeCapacityReservationsComputeCapacityReservations.Builder. build()ComputeCapacityReservationsBdsCapacityReservation. getComputeCapacityReservations()ComputeCapacityReservationsBdsCapacityReservationSummary. getComputeCapacityReservations()ComputeCapacityReservationsCreateBdsCapacityReservationDetails. getComputeCapacityReservations()ComputeCapacityReservationsUpdateBdsCapacityReservationDetails. getComputeCapacityReservations()Methods in com.oracle.bmc.bds.model with parameters of type ComputeCapacityReservations Modifier and Type Method Description BdsCapacityReservation.BuilderBdsCapacityReservation.Builder. computeCapacityReservations(ComputeCapacityReservations computeCapacityReservations)BdsCapacityReservationSummary.BuilderBdsCapacityReservationSummary.Builder. computeCapacityReservations(ComputeCapacityReservations computeCapacityReservations)CreateBdsCapacityReservationDetails.BuilderCreateBdsCapacityReservationDetails.Builder. computeCapacityReservations(ComputeCapacityReservations computeCapacityReservations)UpdateBdsCapacityReservationDetails.BuilderUpdateBdsCapacityReservationDetails.Builder. computeCapacityReservations(ComputeCapacityReservations computeCapacityReservations)ComputeCapacityReservations.BuilderComputeCapacityReservations.Builder. copy(ComputeCapacityReservations model)Constructors in com.oracle.bmc.bds.model with parameters of type ComputeCapacityReservations Constructor Description BdsCapacityReservation(String id, String displayName, String compartmentId, ComputeCapacityReservations computeCapacityReservations, BdsCapacityReservation.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.BdsCapacityReservationSummary(String id, String displayName, String compartmentId, ComputeCapacityReservations computeCapacityReservations, BdsCapacityReservation.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.CreateBdsCapacityReservationDetails(String displayName, String compartmentId, ComputeCapacityReservations computeCapacityReservations, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.UpdateBdsCapacityReservationDetails(String displayName, ComputeCapacityReservations computeCapacityReservations, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-