Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.DataCollectionModes
-
Packages that use DataCollectionModes Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of DataCollectionModes in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return DataCollectionModes Modifier and Type Method Description static DataCollectionModes
DataCollectionModes. create(String key)
DataCollectionModes
DiagnosticsCollectionDetails. getLogCollectionMode()
Enable incident logs and trace collection.static DataCollectionModes
DataCollectionModes. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataCollectionModes[]
DataCollectionModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type DataCollectionModes Modifier and Type Method Description DiagnosticsCollectionDetails.Builder
DiagnosticsCollectionDetails.Builder. logCollectionMode(DataCollectionModes logCollectionMode)
Enable incident logs and trace collection.Constructors in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type DataCollectionModes Constructor Description DiagnosticsCollectionDetails(DataCollectionModes logCollectionMode)
Deprecated.
-