public enum AwsApiDiscoveryAuthMode extends Enum<AwsApiDiscoveryAuthMode>
| Enum Constant and Description |
|---|
BASIC |
DEFAULT_CHAIN |
ENVIRONMENT |
| Modifier and Type | Method and Description |
|---|---|
static Optional<AwsApiDiscoveryAuthMode> |
fromStringInsensitive(String candidate) |
static AwsApiDiscoveryAuthMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsApiDiscoveryAuthMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwsApiDiscoveryAuthMode BASIC
public static final AwsApiDiscoveryAuthMode ENVIRONMENT
public static final AwsApiDiscoveryAuthMode DEFAULT_CHAIN
public static AwsApiDiscoveryAuthMode[] values()
for (AwsApiDiscoveryAuthMode c : AwsApiDiscoveryAuthMode.values()) System.out.println(c);
public static AwsApiDiscoveryAuthMode 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 Optional<AwsApiDiscoveryAuthMode> fromStringInsensitive(String candidate)
Copyright © 2021. All rights reserved.