SecurityTokenServiceActions@Deprecated public enum STSActions extends Enum<STSActions> implements Action
| Enum Constant and Description | 
|---|
| AssumeRoleDeprecated.  Action for assuming role to do cross-account access or federation. | 
| AssumeRoleWithWebIdentityDeprecated.  Action for assuming role with web federation to get a set of temporary
 security credentials for users who have been authenticated in a mobile or
 web application with a web identity provider. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getActionName()Deprecated.  Returns the name of this action. | 
| static STSActions | valueOf(String name)Deprecated.  Returns the enum constant of this type with the specified name. | 
| static STSActions[] | values()Deprecated.  Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final STSActions AssumeRole
public static final STSActions AssumeRoleWithWebIdentity
public static STSActions[] values()
for (STSActions c : STSActions.values()) System.out.println(c);
public static STSActions 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()
ActiongetActionName in interface Action