@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum TextTransformationType extends Enum<TextTransformationType>
Modifier and Type | Method and Description |
---|---|
static TextTransformationType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static TextTransformationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextTransformationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextTransformationType NONE
public static final TextTransformationType COMPRESS_WHITE_SPACE
public static final TextTransformationType HTML_ENTITY_DECODE
public static final TextTransformationType LOWERCASE
public static final TextTransformationType CMD_LINE
public static final TextTransformationType URL_DECODE
public static final TextTransformationType BASE64_DECODE
public static final TextTransformationType HEX_DECODE
public static final TextTransformationType MD5
public static final TextTransformationType REPLACE_COMMENTS
public static final TextTransformationType ESCAPE_SEQ_DECODE
public static final TextTransformationType SQL_HEX_DECODE
public static final TextTransformationType CSS_DECODE
public static final TextTransformationType JS_DECODE
public static final TextTransformationType NORMALIZE_PATH
public static final TextTransformationType NORMALIZE_PATH_WIN
public static final TextTransformationType REMOVE_NULLS
public static final TextTransformationType REPLACE_NULLS
public static final TextTransformationType BASE64_DECODE_EXT
public static final TextTransformationType URL_DECODE_UNI
public static final TextTransformationType UTF8_TO_UNICODE
public static TextTransformationType[] values()
for (TextTransformationType c : TextTransformationType.values()) System.out.println(c);
public static TextTransformationType 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<TextTransformationType>
public static TextTransformationType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.