| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static AdditionalConstraintsElement |
AdditionalConstraintsElement.fromValue(String value)
Use this in place of valueOf.
|
static AdditionalConstraintsElement |
AdditionalConstraintsElement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdditionalConstraintsElement[] |
AdditionalConstraintsElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthPasswordPolicyConfig |
CreateBackendAuthPasswordPolicyConfig.withAdditionalConstraints(AdditionalConstraintsElement... additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
|
UpdateBackendAuthPasswordPolicyConfig |
UpdateBackendAuthPasswordPolicyConfig.withAdditionalConstraints(AdditionalConstraintsElement... additionalConstraints)
Describes additional constraints on password requirements to sign in to the auth resource, configured as a part
of your Amplify project.
|
Copyright © 2023. All rights reserved.