Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.FsuActionSummary
-
Packages that use FsuActionSummary Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of FsuActionSummary in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type FsuActionSummary Modifier and Type Method Description Iterable<FsuActionSummary>
FleetSoftwareUpdatePaginators. listFsuActionsRecordIterator(ListFsuActionsRequest request)
Creates a new iterable which will iterate over theFsuActionSummary
objects contained in responses from the listFsuActions operation. -
Uses of FsuActionSummary in com.oracle.bmc.fleetsoftwareupdate.model
Subclasses of FsuActionSummary in com.oracle.bmc.fleetsoftwareupdate.model Modifier and Type Class Description class
ApplyActionSummary
Apply Exadata Fleet Update Action summary.class
CleanupActionSummary
Cleanup Exadata Fleet Update Action summary.class
PrecheckActionSummary
Precheck Exadata Fleet Update Action summary.class
RollbackActionSummary
Rollback Exadata Fleet Update Action summary.class
RollbackCycleActionSummary
Rollback Cycle Exadata Fleet Update Action summary.class
StageActionSummary
Stage Exadata Fleet Update Action summary.Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type FsuActionSummary Modifier and Type Method Description List<FsuActionSummary>
FsuActionSummaryCollection. getItems()
List of FsuActionSummary entries.Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type FsuActionSummary Modifier and Type Method Description FsuActionSummaryCollection.Builder
FsuActionSummaryCollection.Builder. items(List<FsuActionSummary> items)
List of FsuActionSummary entries.Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type FsuActionSummary Constructor Description FsuActionSummaryCollection(List<FsuActionSummary> items)
Deprecated.
-