|
Did this page help you?Yes No Tell us about it... |
||||||
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
public enum STSActions
Enum Constant Summary | |
---|---|
AssumeRole
Action for assuming role to do cross-account access or federation. |
|
AssumeRoleWithWebIdentity
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 | |
---|---|
String |
getActionName()
Returns the name of this action. |
static STSActions |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static STSActions[] |
values()
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(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic 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 |