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 theFsuCollectionSummary
objects 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 class
DbFsuCollectionSummary
‘DB’ type Exadata Fleet Update Collection summary.class
ExadbStackFsuCollectionSummary
Summary of ‘EXADB_STACK’ type Exadata Fleet Update Collection.class
GiFsuCollectionSummary
‘GI’ type Exadata Fleet Update Collection summary.class
GuestOsFsuCollectionSummary
Summary of ‘GUEST_OS’ type Exadata Fleet Update Collection.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.Builder
FsuCollectionSummaryCollection.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.
-