public enum SecurityTokenServiceActions extends java.lang.Enum<SecurityTokenServiceActions> implements Action
| Enum Constant and Description |
|---|
AllSecurityTokenServiceActions
Represents any action executed on AWS Security Token Service.
|
AssumeRole
Action for the AssumeRole operation.
|
GetFederationToken
Action for the GetFederationToken operation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionName()
Returns the name of this action.
|
static SecurityTokenServiceActions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SecurityTokenServiceActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityTokenServiceActions AllSecurityTokenServiceActions
public static final SecurityTokenServiceActions GetFederationToken
public static final SecurityTokenServiceActions AssumeRole
public static SecurityTokenServiceActions[] values()
for (SecurityTokenServiceActions c : SecurityTokenServiceActions.values()) System.out.println(c);
public static SecurityTokenServiceActions 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()
ActiongetActionName in interface Action