SecurityTokenServiceActions
@Deprecated public enum STSActions extends java.lang.Enum<STSActions> implements Action
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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)
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 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.