public enum KmsActions extends Enum<KmsActions> implements com.amazonaws.auth.policy.Action
S3Actions, but it is not included.| Enum Constant and Description |
|---|
DECRYPT |
GENERATE_DATA_KEY |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName() |
static KmsActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KmsActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KmsActions GENERATE_DATA_KEY
public static final KmsActions DECRYPT
public static KmsActions[] values()
for (KmsActions c : KmsActions.values()) System.out.println(c);
public static KmsActions 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 getActionName()
getActionName in interface com.amazonaws.auth.policy.ActionCopyright © 2021. All rights reserved.