| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.clone() |
CreateBackendAuthUserPoolConfig |
CreateBackendAuthResourceConfig.getUserPoolConfigs()
Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth
resource in the Amplify project.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withForgotPassword(CreateBackendAuthForgotPasswordConfig forgotPassword)
Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withMfa(CreateBackendAuthMFAConfig mfa)
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a
part of your Amplify project.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withOAuth(CreateBackendAuthOAuthConfig oAuth)
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withPasswordPolicy(CreateBackendAuthPasswordPolicyConfig passwordPolicy)
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withRequiredSignUpAttributes(Collection<String> requiredSignUpAttributes)
The required attributes to sign up new users in the user pool.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withRequiredSignUpAttributes(RequiredSignUpAttributesElement... requiredSignUpAttributes)
The required attributes to sign up new users in the user pool.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withRequiredSignUpAttributes(String... requiredSignUpAttributes)
The required attributes to sign up new users in the user pool.
|
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.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withSignInMethod(String 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.
|
CreateBackendAuthUserPoolConfig |
CreateBackendAuthUserPoolConfig.withUserPoolName(String userPoolName)
The Amazon Cognito user pool name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBackendAuthResourceConfig.setUserPoolConfigs(CreateBackendAuthUserPoolConfig userPoolConfigs)
Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth
resource in the Amplify project.
|
CreateBackendAuthResourceConfig |
CreateBackendAuthResourceConfig.withUserPoolConfigs(CreateBackendAuthUserPoolConfig userPoolConfigs)
Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth
resource in the Amplify project.
|
Copyright © 2022. All rights reserved.