Uses of Class
com.oracle.bmc.bds.model.CapacityReportShapeAvailability
-
Packages that use CapacityReportShapeAvailability Package Description com.oracle.bmc.bds.model -
-
Uses of CapacityReportShapeAvailability in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return CapacityReportShapeAvailability Modifier and Type Method Description CapacityReportShapeAvailability
CapacityReportShapeAvailability.Builder. build()
Methods in com.oracle.bmc.bds.model that return types with arguments of type CapacityReportShapeAvailability Modifier and Type Method Description List<CapacityReportShapeAvailability>
BdsCapacityReport. getShapeAvailabilities()
Information about the capacity of each requested shape.Methods in com.oracle.bmc.bds.model with parameters of type CapacityReportShapeAvailability Modifier and Type Method Description CapacityReportShapeAvailability.Builder
CapacityReportShapeAvailability.Builder. copy(CapacityReportShapeAvailability model)
Method parameters in com.oracle.bmc.bds.model with type arguments of type CapacityReportShapeAvailability Modifier and Type Method Description BdsCapacityReport.Builder
BdsCapacityReport.Builder. shapeAvailabilities(List<CapacityReportShapeAvailability> shapeAvailabilities)
Information about the capacity of each requested shape.Constructor parameters in com.oracle.bmc.bds.model with type arguments of type CapacityReportShapeAvailability Constructor Description BdsCapacityReport(String compartmentId, List<CapacityReportShapeAvailability> shapeAvailabilities, Date timeCreated)
Deprecated.
-