Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.FsuDiscoverySummary
-
Packages that use FsuDiscoverySummary Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of FsuDiscoverySummary in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type FsuDiscoverySummary Modifier and Type Method Description Iterable<FsuDiscoverySummary>
FleetSoftwareUpdatePaginators. listFsuDiscoveriesRecordIterator(ListFsuDiscoveriesRequest request)
Creates a new iterable which will iterate over theFsuDiscoverySummary
objects contained in responses from the listFsuDiscoveries operation. -
Uses of FsuDiscoverySummary in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return FsuDiscoverySummary Modifier and Type Method Description FsuDiscoverySummary
FsuDiscoverySummary.Builder. build()
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type FsuDiscoverySummary Modifier and Type Method Description List<FsuDiscoverySummary>
FsuDiscoverySummaryCollection. getItems()
List of FleetSoftwareUpdateDiscoverySummary entries.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type FsuDiscoverySummary Modifier and Type Method Description FsuDiscoverySummary.Builder
FsuDiscoverySummary.Builder. copy(FsuDiscoverySummary model)
Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type FsuDiscoverySummary Modifier and Type Method Description FsuDiscoverySummaryCollection.Builder
FsuDiscoverySummaryCollection.Builder. items(List<FsuDiscoverySummary> items)
List of FleetSoftwareUpdateDiscoverySummary entries.Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type FsuDiscoverySummary Constructor Description FsuDiscoverySummaryCollection(List<FsuDiscoverySummary> items)
Deprecated.
-