Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.FsuReadinessCheckSummary
-
Packages that use FsuReadinessCheckSummary Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of FsuReadinessCheckSummary in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type FsuReadinessCheckSummary Modifier and Type Method Description Iterable<FsuReadinessCheckSummary>FleetSoftwareUpdatePaginators. listFsuReadinessChecksRecordIterator(ListFsuReadinessChecksRequest request)Creates a new iterable which will iterate over theFsuReadinessCheckSummaryobjects contained in responses from the listFsuReadinessChecks operation. -
Uses of FsuReadinessCheckSummary in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return FsuReadinessCheckSummary Modifier and Type Method Description FsuReadinessCheckSummaryFsuReadinessCheckSummary.Builder. build()Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type FsuReadinessCheckSummary Modifier and Type Method Description List<FsuReadinessCheckSummary>FsuReadinessCheckCollection. getItems()List of FsuReadinessCheckSummary entries.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type FsuReadinessCheckSummary Modifier and Type Method Description FsuReadinessCheckSummary.BuilderFsuReadinessCheckSummary.Builder. copy(FsuReadinessCheckSummary model)Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type FsuReadinessCheckSummary Modifier and Type Method Description FsuReadinessCheckCollection.BuilderFsuReadinessCheckCollection.Builder. items(List<FsuReadinessCheckSummary> items)List of FsuReadinessCheckSummary entries.Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type FsuReadinessCheckSummary Constructor Description FsuReadinessCheckCollection(List<FsuReadinessCheckSummary> items)Deprecated.
-