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