public static enum STS2EndpointBuilderFactory.STS2Operations extends Enum<STS2EndpointBuilderFactory.STS2Operations>
org.apache.camel.component.aws2.sts.STS2Operations enum.| Enum Constant and Description |
|---|
assumeRole |
getFederationToken |
getSessionToken |
| Modifier and Type | Method and Description |
|---|---|
static STS2EndpointBuilderFactory.STS2Operations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STS2EndpointBuilderFactory.STS2Operations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STS2EndpointBuilderFactory.STS2Operations assumeRole
public static final STS2EndpointBuilderFactory.STS2Operations getSessionToken
public static final STS2EndpointBuilderFactory.STS2Operations getFederationToken
public static STS2EndpointBuilderFactory.STS2Operations[] values()
for (STS2EndpointBuilderFactory.STS2Operations c : STS2EndpointBuilderFactory.STS2Operations.values()) System.out.println(c);
public static STS2EndpointBuilderFactory.STS2Operations 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 nullApache Camel