@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ProductAdvertisingAPIActions extends java.lang.Enum<ProductAdvertisingAPIActions>
| Enum Constant and Description |
|---|
AllProductAdvertisingAPIActions
Represents any action executed on ProductAdvertisingAPI.
|
GetRecommendations
Action for the GetRecommendations operation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionName() |
static ProductAdvertisingAPIActions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProductAdvertisingAPIActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductAdvertisingAPIActions AllProductAdvertisingAPIActions
public static final ProductAdvertisingAPIActions GetRecommendations
public static ProductAdvertisingAPIActions[] values()
for (ProductAdvertisingAPIActions c : ProductAdvertisingAPIActions.values()) System.out.println(c);
public static ProductAdvertisingAPIActions 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 nullpublic java.lang.String getActionName()