@Generated(value="software.amazon.awssdk:codegen") public enum FilterName extends Enum<FilterName>
The name for a filter.
| Enum Constant and Description |
|---|
BACKUP_TYPE |
DATA_REPOSITORY_TYPE |
FILE_CACHE_ID |
FILE_CACHE_TYPE |
FILE_SYSTEM_ID |
FILE_SYSTEM_TYPE |
UNKNOWN_TO_SDK_VERSION |
VOLUME_ID |
| Modifier and Type | Method and Description |
|---|---|
static FilterName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<FilterName> |
knownValues()
|
String |
toString() |
static FilterName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterName FILE_SYSTEM_ID
public static final FilterName BACKUP_TYPE
public static final FilterName FILE_SYSTEM_TYPE
public static final FilterName VOLUME_ID
public static final FilterName DATA_REPOSITORY_TYPE
public static final FilterName FILE_CACHE_ID
public static final FilterName FILE_CACHE_TYPE
public static final FilterName UNKNOWN_TO_SDK_VERSION
public static FilterName[] values()
for (FilterName c : FilterName.values()) System.out.println(c);
public static FilterName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<FilterName>public static FilterName fromValue(String value)
value - real valuepublic static Set<FilterName> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known FilterNamesCopyright © 2023. All rights reserved.