@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum SecurityTokenServiceActions extends Enum<SecurityTokenServiceActions> implements Action
Enum Constant and Description |
---|
AllSecurityTokenServiceActions
Represents any action executed on AWS STS.
|
AssumeRole
Action for the AssumeRole operation.
|
AssumeRoleWithSAML
Action for the AssumeRoleWithSAML operation.
|
AssumeRoleWithWebIdentity
Action for the AssumeRoleWithWebIdentity operation.
|
DecodeAuthorizationMessage
Action for the DecodeAuthorizationMessage operation.
|
GetCallerIdentity
Action for the GetCallerIdentity operation.
|
GetFederationToken
Action for the GetFederationToken operation.
|
GetSessionToken
Action for the GetSessionToken operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static SecurityTokenServiceActions |
valueOf(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 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(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()
Action
getActionName
in interface Action
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.