Serializable
, Comparable<StsActions>
, Action
SecurityTokenServiceActions
@Deprecated public enum StsActions extends Enum<StsActions> implements Action
Enum Constant | 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 | Description |
---|---|---|
String |
getActionName() |
Deprecated.
Returns the name of this action.
|
static StsActions |
valueOf(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
STSClient.assumeRole(AssumeRoleRequest)
public static final StsActions AssumeRoleWithWebIdentity
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 nameNullPointerException
- if the argument is nullpublic String getActionName()
Action
getActionName
in interface Action
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.