public enum SecurityTokenServiceActions extends java.lang.Enum<SecurityTokenServiceActions> implements Action
| Enum Constant and Description | 
|---|
| AllSecurityTokenServiceActionsRepresents any action executed on AWS Security Token Service. | 
| AssumeRoleAction for the AssumeRole operation. | 
| AssumeRoleWithSAMLAction for the AssumeRoleWithSAML operation. | 
| AssumeRoleWithWebIdentityAction for the AssumeRoleWithWebIdentity operation. | 
| DecodeAuthorizationMessageAction for the DecodeAuthorizationMessage operation. | 
| GetAccessKeyInfoAction for the GetAccessKeyInfo operation. | 
| GetCallerIdentityAction for the GetCallerIdentity operation. | 
| GetFederationTokenAction for the GetFederationToken operation. | 
| GetSessionTokenAction for the GetSessionToken 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 AssumeRole
public static final SecurityTokenServiceActions AssumeRoleWithSAML
public static final SecurityTokenServiceActions AssumeRoleWithWebIdentity
public static final SecurityTokenServiceActions DecodeAuthorizationMessage
public static final SecurityTokenServiceActions GetAccessKeyInfo
public static final SecurityTokenServiceActions GetCallerIdentity
public static final SecurityTokenServiceActions GetFederationToken
public static final SecurityTokenServiceActions GetSessionToken
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 ActionCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.