Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.FsuCollectionSummary
-
Packages that use FsuCollectionSummary Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of FsuCollectionSummary in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type FsuCollectionSummary Modifier and Type Method Description Iterable<FsuCollectionSummary>FleetSoftwareUpdatePaginators. listFsuCollectionsRecordIterator(ListFsuCollectionsRequest request)Creates a new iterable which will iterate over theFsuCollectionSummaryobjects contained in responses from the listFsuCollections operation. -
Uses of FsuCollectionSummary in com.oracle.bmc.fleetsoftwareupdate.model
Subclasses of FsuCollectionSummary in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description classDbFsuCollectionSummary‘DB’ type Exadata Fleet Update Collection summary.classGiFsuCollectionSummary‘GI’ type Exadata Fleet Update Collection summary.Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type FsuCollectionSummary Modifier and Type Method Description List<FsuCollectionSummary>FsuCollectionSummaryCollection. getItems()List of FsuCollectionSummary entries.Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type FsuCollectionSummary Modifier and Type Method Description FsuCollectionSummaryCollection.BuilderFsuCollectionSummaryCollection.Builder. items(List<FsuCollectionSummary> items)List of FsuCollectionSummary entries.Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type FsuCollectionSummary Constructor Description FsuCollectionSummaryCollection(List<FsuCollectionSummary> items)Deprecated.
-