Uses of Class
com.oracle.bmc.datacc.model.InfrastructureSummary
-
Packages that use InfrastructureSummary Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.model -
-
Uses of InfrastructureSummary in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return types with arguments of type InfrastructureSummary Modifier and Type Method Description Iterable<InfrastructureSummary>BaseinfraPaginators. listInfrastructuresRecordIterator(ListInfrastructuresRequest request)Creates a new iterable which will iterate over theInfrastructureSummaryobjects contained in responses from the listInfrastructures operation. -
Uses of InfrastructureSummary in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return InfrastructureSummary Modifier and Type Method Description InfrastructureSummaryInfrastructureSummary.Builder. build()Methods in com.oracle.bmc.datacc.model that return types with arguments of type InfrastructureSummary Modifier and Type Method Description List<InfrastructureSummary>InfrastructureCollection. getItems()A list of Database Infrastructure resources.Methods in com.oracle.bmc.datacc.model with parameters of type InfrastructureSummary Modifier and Type Method Description InfrastructureSummary.BuilderInfrastructureSummary.Builder. copy(InfrastructureSummary model)Method parameters in com.oracle.bmc.datacc.model with type arguments of type InfrastructureSummary Modifier and Type Method Description InfrastructureCollection.BuilderInfrastructureCollection.Builder. items(List<InfrastructureSummary> items)A list of Database Infrastructure resources.Constructor parameters in com.oracle.bmc.datacc.model with type arguments of type InfrastructureSummary Constructor Description InfrastructureCollection(List<InfrastructureSummary> items)Deprecated.
-