|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AttributeAction>
com.amazonaws.services.dynamodb.model.AttributeAction
@Deprecated public enum AttributeAction
Attribute Action
Enum Constant Summary | |
---|---|
ADD
Deprecated. |
|
DELETE
Deprecated. |
|
PUT
Deprecated. |
Method Summary | |
---|---|
static AttributeAction |
fromValue(String value)
Deprecated. Use this in place of valueOf. |
String |
toString()
Deprecated. |
static AttributeAction |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static AttributeAction[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AttributeAction ADD
public static final AttributeAction PUT
public static final AttributeAction DELETE
Method Detail |
---|
public static AttributeAction[] values()
for (AttributeAction c : AttributeAction.values()) System.out.println(c);
public static AttributeAction valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<AttributeAction>
public static AttributeAction fromValue(String value)
value
- real value
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |