protected static enum RekognitionConfiguration.AUTH_KEY extends java.lang.Enum<RekognitionConfiguration.AUTH_KEY>
Modifier and Type | Method and Description |
---|---|
static RekognitionConfiguration.AUTH_KEY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RekognitionConfiguration.AUTH_KEY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RekognitionConfiguration.AUTH_KEY KEY
public static final RekognitionConfiguration.AUTH_KEY SECRET
public static RekognitionConfiguration.AUTH_KEY[] values()
for (RekognitionConfiguration.AUTH_KEY c : RekognitionConfiguration.AUTH_KEY.values()) System.out.println(c);
public static RekognitionConfiguration.AUTH_KEY valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2004-2015 Wandora Team