Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private PasswordPolicyType |
UserPoolPolicyType.passwordPolicy
A container with information about the user pool password policy.
|
Modifier and Type | Method and Description |
---|---|
PasswordPolicyType |
PasswordPolicyType.clone() |
PasswordPolicyType |
UserPoolPolicyType.getPasswordPolicy()
A container with information about the user pool password policy.
|
PasswordPolicyType |
PasswordPolicyType.withMinimumLength(java.lang.Integer minimumLength)
The minimum length of the password policy that you have set.
|
PasswordPolicyType |
PasswordPolicyType.withRequireLowercase(java.lang.Boolean requireLowercase)
In the password policy that you have set, refers to whether you have
required users to use at least one lowercase letter in their password.
|
PasswordPolicyType |
PasswordPolicyType.withRequireNumbers(java.lang.Boolean requireNumbers)
In the password policy that you have set, refers to whether you have
required users to use at least one number in their password.
|
PasswordPolicyType |
PasswordPolicyType.withRequireSymbols(java.lang.Boolean requireSymbols)
In the password policy that you have set, refers to whether you have
required users to use at least one symbol in their password.
|
PasswordPolicyType |
PasswordPolicyType.withRequireUppercase(java.lang.Boolean requireUppercase)
In the password policy that you have set, refers to whether you have
required users to use at least one uppercase letter in their password.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPoolPolicyType.setPasswordPolicy(PasswordPolicyType passwordPolicy)
A container with information about the user pool password policy.
|
UserPoolPolicyType |
UserPoolPolicyType.withPasswordPolicy(PasswordPolicyType passwordPolicy)
A container with information about the user pool password policy.
|
Modifier and Type | Method and Description |
---|---|
PasswordPolicyType |
PasswordPolicyTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PasswordPolicyTypeJsonMarshaller.marshall(PasswordPolicyType passwordPolicyType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|