#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateBackendAuthUserPoolConfig
Implementations
Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
pub fn set_forgot_password(
self,
input: Option<UpdateBackendAuthForgotPasswordConfig>
) -> Self
pub fn set_forgot_password(
self,
input: Option<UpdateBackendAuthForgotPasswordConfig>
) -> Self
Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
Describes whether to apply multi-factor authentication policies for your Amazon Cognito user pool configured as a part of your Amplify project.
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.
Describes the OAuth policy and rules for your Amazon Cognito user pool, configured as a part of your Amplify project.
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
pub fn set_password_policy(
self,
input: Option<UpdateBackendAuthPasswordPolicyConfig>
) -> Self
pub fn set_password_policy(
self,
input: Option<UpdateBackendAuthPasswordPolicyConfig>
) -> Self
Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.
Consumes the builder and constructs a UpdateBackendAuthUserPoolConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more