@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBackendAuthUserPoolConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateBackendAuthUserPoolConfig.Builder,UpdateBackendAuthUserPoolConfig>
Describes the Amazon Cognito user pool configuration for the authorization resource to be configured for your Amplify project on an update.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBackendAuthUserPoolConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBackendAuthUserPoolConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
UpdateBackendAuthForgotPasswordConfig |
forgotPassword()
(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part
of your Amplify project.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UpdateBackendAuthMFAConfig |
mfa()
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a
part of your Amplify project.
|
UpdateBackendAuthOAuthConfig |
oAuth()
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify
project.
|
UpdateBackendAuthPasswordPolicyConfig |
passwordPolicy()
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBackendAuthUserPoolConfig.Builder> |
serializableBuilderClass() |
UpdateBackendAuthUserPoolConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpdateBackendAuthVerificationMessageConfig |
verificationMessage()
Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your
Amplify project.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final UpdateBackendAuthForgotPasswordConfig forgotPassword()
(DEPRECATED) Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
public final UpdateBackendAuthMFAConfig mfa()
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
public final UpdateBackendAuthOAuthConfig oAuth()
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.
public final UpdateBackendAuthPasswordPolicyConfig passwordPolicy()
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
public final UpdateBackendAuthVerificationMessageConfig verificationMessage()
Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.
public UpdateBackendAuthUserPoolConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBackendAuthUserPoolConfig.Builder,UpdateBackendAuthUserPoolConfig>public static UpdateBackendAuthUserPoolConfig.Builder builder()
public static Class<? extends UpdateBackendAuthUserPoolConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.