| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolPolicyType |
UserPoolType.getPolicies()
The policies associated with the user pool.
|
UserPoolPolicyType |
UpdateUserPoolRequest.getPolicies()
A container with the policies you wish to update in a user pool.
|
UserPoolPolicyType |
CreateUserPoolRequest.getPolicies()
The policies associated with the new user pool.
|
UserPoolPolicyType |
UserPoolPolicyType.withPasswordPolicy(PasswordPolicyType passwordPolicy)
The password policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPoolType.setPolicies(UserPoolPolicyType policies)
The policies associated with the user pool.
|
void |
UpdateUserPoolRequest.setPolicies(UserPoolPolicyType policies)
A container with the policies you wish to update in a user pool.
|
void |
CreateUserPoolRequest.setPolicies(UserPoolPolicyType policies)
The policies associated with the new user pool.
|
UserPoolType |
UserPoolType.withPolicies(UserPoolPolicyType policies)
The policies associated with the user pool.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withPolicies(UserPoolPolicyType policies)
A container with the policies you wish to update in a user pool.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withPolicies(UserPoolPolicyType policies)
The policies associated with the new user pool.
|
Copyright © 2020. All rights reserved.