Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private UserPoolPolicyType |
UserPoolType.policies
A container describing the policies associated with a user pool.
|
private UserPoolPolicyType |
UpdateUserPoolRequest.policies
A container with the policies you wish to update in a user pool.
|
private UserPoolPolicyType |
CreateUserPoolRequest.policies
The policies associated with the new user pool.
|
Modifier and Type | Method and Description |
---|---|
UserPoolPolicyType |
UserPoolPolicyType.clone() |
UserPoolPolicyType |
UserPoolType.getPolicies()
A container describing the policies associated with a 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)
A container with information about the user pool password policy.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPoolType.setPolicies(UserPoolPolicyType policies)
A container describing the policies associated with a 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)
A container describing the policies associated with a 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.
|
Modifier and Type | Method and Description |
---|---|
UserPoolPolicyType |
UserPoolPolicyTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UserPoolPolicyTypeJsonMarshaller.marshall(UserPoolPolicyType userPoolPolicyType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|