Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static AutomaticCaptureFilter.Name |
AutomaticCaptureFilter.Name.create(String key) |
AutomaticCaptureFilter.Name |
AutomaticCaptureFilter.getName()
The name of the automatic capture filter.
|
static AutomaticCaptureFilter.Name |
AutomaticCaptureFilter.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.
|
Modifier and Type | Method and Description |
---|---|
AutomaticCaptureFilter.Builder |
AutomaticCaptureFilter.Builder.name(AutomaticCaptureFilter.Name name)
The name of the automatic capture filter.
|
Constructor and Description |
---|
AutomaticCaptureFilter(AutomaticCaptureFilter.Name name,
List<String> valuesToInclude,
List<String> valuesToExclude,
Date timeLastModified,
String modifiedBy)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.