Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.RemoveFsuCollectionTargetsDetails.RemovalStrategy
-
Packages that use RemoveFsuCollectionTargetsDetails.RemovalStrategy Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of RemoveFsuCollectionTargetsDetails.RemovalStrategy in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return RemoveFsuCollectionTargetsDetails.RemovalStrategy Modifier and Type Method Description static RemoveFsuCollectionTargetsDetails.RemovalStrategy
RemoveFsuCollectionTargetsDetails.RemovalStrategy. create(String key)
static RemoveFsuCollectionTargetsDetails.RemovalStrategy
RemoveFsuCollectionTargetsDetails.RemovalStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static RemoveFsuCollectionTargetsDetails.RemovalStrategy[]
RemoveFsuCollectionTargetsDetails.RemovalStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-