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