Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.TargetEntry
-
Packages that use TargetEntry Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of TargetEntry in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return TargetEntry Modifier and Type Method Description TargetEntry
TargetEntry.Builder. build()
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return types with arguments of type TargetEntry Modifier and Type Method Description List<TargetEntry>
AddFsuCollectionTargetsDetails. getTargets()
List of Targets to add into the Exadata Fleet Update Collection.List<TargetEntry>
TargetIdsRemoveTargetsDetails. getTargets()
List of target entries to remove from the Exadata Fleet Update Collection.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type TargetEntry Modifier and Type Method Description TargetEntry.Builder
TargetEntry.Builder. copy(TargetEntry model)
Method parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type TargetEntry Modifier and Type Method Description AddFsuCollectionTargetsDetails.Builder
AddFsuCollectionTargetsDetails.Builder. targets(List<TargetEntry> targets)
List of Targets to add into the Exadata Fleet Update Collection.TargetIdsRemoveTargetsDetails.Builder
TargetIdsRemoveTargetsDetails.Builder. targets(List<TargetEntry> targets)
List of target entries to remove from the Exadata Fleet Update Collection.Constructor parameters in com.oracle.bmc.fleetsoftwareupdate.model with type arguments of type TargetEntry Constructor Description AddFsuCollectionTargetsDetails(List<TargetEntry> targets)
Deprecated.TargetIdsRemoveTargetsDetails(List<TargetEntry> targets)
Deprecated.
-