|
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(java.lang.String value)
Deprecated. Use this in place of valueOf. |
java.lang.String |
toString()
Deprecated. |
static AttributeAction |
valueOf(java.lang.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(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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<AttributeAction>
public static AttributeAction fromValue(java.lang.String value)
value
- real value
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |