|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<STSActions>
com.amazonaws.auth.policy.STSActions
SecurityTokenServiceActions
@Deprecated public enum STSActions
The available AWS access control policy actions for Amazon Security Token Service.
Statement.setActions(java.util.Collection)
Enum Constant Summary | |
---|---|
AssumeRole
Deprecated. Action for assuming role to do cross-account access or federation. |
|
AssumeRoleWithWebIdentity
Deprecated. 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. |
Method Summary | |
---|---|
java.lang.String |
getActionName()
Deprecated. Returns the name of this action. |
static STSActions |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final STSActions AssumeRole
AWSSecurityTokenService.assumeRole(com.amazonaws.services.securitytoken.model.AssumeRoleRequest)
public static final STSActions AssumeRoleWithWebIdentity
AWSSecurityTokenService.assumeRoleWithWebIdentity(com.amazonaws.services.securitytoken.model.AssumeRoleWithWebIdentityRequest)
Method Detail |
---|
public static STSActions[] values()
for (STSActions c : STSActions.values()) System.out.println(c);
public static STSActions 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getActionName()
Action
getActionName
in interface Action
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |