@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum AuthType extends Enum<AuthType>
| Enum Constant and Description |
|---|
BASIC_AUTH |
CODECONNECTIONS |
OAUTH |
PERSONAL_ACCESS_TOKEN |
| Modifier and Type | Method and Description |
|---|---|
static AuthType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static AuthType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthType OAUTH
public static final AuthType BASIC_AUTH
public static final AuthType PERSONAL_ACCESS_TOKEN
public static final AuthType CODECONNECTIONS
public static AuthType[] values()
for (AuthType c : AuthType.values()) System.out.println(c);
public static AuthType 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 static AuthType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2025. All rights reserved.