| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static SignInMethod |
SignInMethod.fromValue(String value)
Use this in place of valueOf.
|
static SignInMethod |
SignInMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignInMethod[] |
SignInMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withSignInMethod(SignInMethod signInMethod)
Describes the sign-in methods that your Amplify app users use to log in using the Amazon Cognito user pool,
configured as a part of your Amplify project.
|
Copyright © 2024. All rights reserved.