Uses of Class
com.oracle.bmc.core.model.ComputeCapacityTopologySummary
-
Packages that use ComputeCapacityTopologySummary Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of ComputeCapacityTopologySummary in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ComputeCapacityTopologySummary Modifier and Type Method Description Iterable<ComputeCapacityTopologySummary>
ComputePaginators. listComputeCapacityTopologiesRecordIterator(ListComputeCapacityTopologiesRequest request)
Creates a new iterable which will iterate over theComputeCapacityTopologySummary
objects contained in responses from the listComputeCapacityTopologies operation. -
Uses of ComputeCapacityTopologySummary in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeCapacityTopologySummary Modifier and Type Method Description ComputeCapacityTopologySummary
ComputeCapacityTopologySummary.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type ComputeCapacityTopologySummary Modifier and Type Method Description List<ComputeCapacityTopologySummary>
ComputeCapacityTopologyCollection. getItems()
The list of compute capacity topologies.Methods in com.oracle.bmc.core.model with parameters of type ComputeCapacityTopologySummary Modifier and Type Method Description ComputeCapacityTopologySummary.Builder
ComputeCapacityTopologySummary.Builder. copy(ComputeCapacityTopologySummary model)
Method parameters in com.oracle.bmc.core.model with type arguments of type ComputeCapacityTopologySummary Modifier and Type Method Description ComputeCapacityTopologyCollection.Builder
ComputeCapacityTopologyCollection.Builder. items(List<ComputeCapacityTopologySummary> items)
The list of compute capacity topologies.Constructor parameters in com.oracle.bmc.core.model with type arguments of type ComputeCapacityTopologySummary Constructor Description ComputeCapacityTopologyCollection(List<ComputeCapacityTopologySummary> items)
Deprecated.
-