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.
|
AssumeRoleWithSAML
Action for the AssumeRoleWithSAML operation.
|
AssumeRoleWithWebIdentity
Action for the AssumeRoleWithWebIdentity operation.
|
DecodeAuthorizationMessage
Action for the DecodeAuthorizationMessage operation.
|
GetAccessKeyInfo
Action for the GetAccessKeyInfo 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 |
---|---|
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()
Action
getActionName
in interface Action
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.