| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static SignInMethod |
SignInMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SignInMethod |
CreateBackendAuthUserPoolConfig.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.
|
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 |
|---|---|
static Set<SignInMethod> |
SignInMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthUserPoolConfig.Builder |
CreateBackendAuthUserPoolConfig.Builder.signInMethod(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 © 2023. All rights reserved.