Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.TargetSummary
-
Packages that use TargetSummary Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of TargetSummary in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type TargetSummary Modifier and Type Method Description Iterable<TargetSummary>
FleetSoftwareUpdatePaginators. listFsuCollectionTargetsRecordIterator(ListFsuCollectionTargetsRequest request)
Creates a new iterable which will iterate over theTargetSummary
objects contained in responses from the listFsuCollectionTargets operation.Iterable<TargetSummary>
FleetSoftwareUpdatePaginators. listFsuDiscoveryTargetsRecordIterator(ListFsuDiscoveryTargetsRequest request)
Creates a new iterable which will iterate over theTargetSummary
objects contained in responses from the listFsuDiscoveryTargets operation. -
Uses of TargetSummary in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return TargetSummary Modifier and Type Method Description TargetSummary
TargetSummary.Builder. build()
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type TargetSummary Modifier and Type Method Description List<TargetSummary>
TargetSummaryCollection. getItems()
List of TargetSummary entries.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type TargetSummary Modifier and Type Method Description TargetSummary.Builder
TargetSummary.Builder. copy(TargetSummary model)
Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type TargetSummary Modifier and Type Method Description TargetSummaryCollection.Builder
TargetSummaryCollection.Builder. items(List<TargetSummary> items)
List of TargetSummary entries.Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type TargetSummary Constructor Description TargetSummaryCollection(List<TargetSummary> items)
Deprecated.
-