Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CccInfrastructureSummary
-
Packages that use CccInfrastructureSummary Package Description com.oracle.bmc.computecloudatcustomer com.oracle.bmc.computecloudatcustomer.model -
-
Uses of CccInfrastructureSummary in com.oracle.bmc.computecloudatcustomer
Methods in com.oracle.bmc.computecloudatcustomer that return types with arguments of type CccInfrastructureSummary Modifier and Type Method Description Iterable<CccInfrastructureSummary>
ComputeCloudAtCustomerPaginators. listCccInfrastructuresRecordIterator(ListCccInfrastructuresRequest request)
Creates a new iterable which will iterate over theCccInfrastructureSummary
objects contained in responses from the listCccInfrastructures operation. -
Uses of CccInfrastructureSummary in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CccInfrastructureSummary Modifier and Type Method Description CccInfrastructureSummary
CccInfrastructureSummary.Builder. build()
Methods in com.oracle.bmc.computecloudatcustomer.model that return types with arguments of type CccInfrastructureSummary Modifier and Type Method Description List<CccInfrastructureSummary>
CccInfrastructureCollection. getItems()
List of Compute Cloud@Customer infrastructures.Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccInfrastructureSummary Modifier and Type Method Description CccInfrastructureSummary.Builder
CccInfrastructureSummary.Builder. copy(CccInfrastructureSummary model)
Method parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type CccInfrastructureSummary Modifier and Type Method Description CccInfrastructureCollection.Builder
CccInfrastructureCollection.Builder. items(List<CccInfrastructureSummary> items)
List of Compute Cloud@Customer infrastructures.Constructor parameters in com.oracle.bmc.computecloudatcustomer.model with type arguments of type CccInfrastructureSummary Constructor Description CccInfrastructureCollection(List<CccInfrastructureSummary> items)
Deprecated.
-