public static enum TAuthorizationClause.EAuthorizationType extends Enum<TAuthorizationClause.EAuthorizationType>
Enum Constant and Description |
---|
ACCESS_KEY |
CREDENTIALS |
IAM_ROLE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static TAuthorizationClause.EAuthorizationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAuthorizationClause.EAuthorizationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TAuthorizationClause.EAuthorizationType UNKNOWN
public static final TAuthorizationClause.EAuthorizationType CREDENTIALS
public static final TAuthorizationClause.EAuthorizationType IAM_ROLE
public static final TAuthorizationClause.EAuthorizationType ACCESS_KEY
public static TAuthorizationClause.EAuthorizationType[] values()
for (TAuthorizationClause.EAuthorizationType c : TAuthorizationClause.EAuthorizationType.values()) System.out.println(c);
public static TAuthorizationClause.EAuthorizationType 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 null