Uses of Class
com.oracle.bmc.databasemanagement.model.AutomaticCaptureFilter.Name
-
Packages that use AutomaticCaptureFilter.Name Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AutomaticCaptureFilter.Name in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AutomaticCaptureFilter.Name Modifier and Type Method Description static AutomaticCaptureFilter.NameAutomaticCaptureFilter.Name. create(String key)AutomaticCaptureFilter.NameAutomaticCaptureFilter. getName()The name of the automatic capture filter.static AutomaticCaptureFilter.NameAutomaticCaptureFilter.Name. valueOf(String name)Returns the enum constant of this type with the specified name.static AutomaticCaptureFilter.Name[]AutomaticCaptureFilter.Name. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type AutomaticCaptureFilter.Name Modifier and Type Method Description AutomaticCaptureFilter.BuilderAutomaticCaptureFilter.Builder. name(AutomaticCaptureFilter.Name name)The name of the automatic capture filter.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type AutomaticCaptureFilter.Name Constructor Description AutomaticCaptureFilter(AutomaticCaptureFilter.Name name, List<String> valuesToInclude, List<String> valuesToExclude, Date timeLastModified, String modifiedBy)Deprecated.
-