Uses of Class
com.oracle.bmc.bds.model.BdsCapacityReservationSummary
-
Packages that use BdsCapacityReservationSummary Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model -
-
Uses of BdsCapacityReservationSummary in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return types with arguments of type BdsCapacityReservationSummary Modifier and Type Method Description Iterable<BdsCapacityReservationSummary>BdsPaginators. listBdsCapacityReservationsRecordIterator(ListBdsCapacityReservationsRequest request)Creates a new iterable which will iterate over theBdsCapacityReservationSummaryobjects contained in responses from the listBdsCapacityReservations operation. -
Uses of BdsCapacityReservationSummary in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return BdsCapacityReservationSummary Modifier and Type Method Description BdsCapacityReservationSummaryBdsCapacityReservationSummary.Builder. build()Methods in com.oracle.bmc.bds.model that return types with arguments of type BdsCapacityReservationSummary Modifier and Type Method Description List<BdsCapacityReservationSummary>BdsCapacityReservationCollection. getItems()List of BDS capacity reservation summaries.Methods in com.oracle.bmc.bds.model with parameters of type BdsCapacityReservationSummary Modifier and Type Method Description BdsCapacityReservationSummary.BuilderBdsCapacityReservationSummary.Builder. copy(BdsCapacityReservationSummary model)Method parameters in com.oracle.bmc.bds.model with type arguments of type BdsCapacityReservationSummary Modifier and Type Method Description BdsCapacityReservationCollection.BuilderBdsCapacityReservationCollection.Builder. items(List<BdsCapacityReservationSummary> items)List of BDS capacity reservation summaries.Constructor parameters in com.oracle.bmc.bds.model with type arguments of type BdsCapacityReservationSummary Constructor Description BdsCapacityReservationCollection(List<BdsCapacityReservationSummary> items)Deprecated.
-