public enum SecurityTokenServiceActions extends 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 |
---|---|
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 GetFederationToken
public static final SecurityTokenServiceActions AssumeRole
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.