Uses of Class
com.oracle.bmc.database.model.ComputePerformanceSummary
-
Packages that use ComputePerformanceSummary Package Description com.oracle.bmc.database.model -
-
Uses of ComputePerformanceSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ComputePerformanceSummary Modifier and Type Method Description ComputePerformanceSummary
ComputePerformanceSummary.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type ComputePerformanceSummary Modifier and Type Method Description List<ComputePerformanceSummary>
DbSystemComputePerformanceSummary. getComputePerformanceList()
List of Compute performance details for the specified DB system shape.Methods in com.oracle.bmc.database.model with parameters of type ComputePerformanceSummary Modifier and Type Method Description ComputePerformanceSummary.Builder
ComputePerformanceSummary.Builder. copy(ComputePerformanceSummary model)
Method parameters in com.oracle.bmc.database.model with type arguments of type ComputePerformanceSummary Modifier and Type Method Description DbSystemComputePerformanceSummary.Builder
DbSystemComputePerformanceSummary.Builder. computePerformanceList(List<ComputePerformanceSummary> computePerformanceList)
List of Compute performance details for the specified DB system shape.Constructor parameters in com.oracle.bmc.database.model with type arguments of type ComputePerformanceSummary Constructor Description DbSystemComputePerformanceSummary(String shape, List<ComputePerformanceSummary> computePerformanceList)
Deprecated.
-