Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
UserPoolType |
UserPoolType.clone() |
UserPoolType |
DescribeUserPoolResult.getUserPool()
The container of metadata returned by the server to describe the pool.
|
UserPoolType |
CreateUserPoolResult.getUserPool()
A container for the user pool details.
|
UserPoolType |
UserPoolType.withAliasAttributes(AliasAttributeType... aliasAttributes)
Specifies the attributes that are aliased in a user pool.
|
UserPoolType |
UserPoolType.withAliasAttributes(Collection<String> aliasAttributes)
Specifies the attributes that are aliased in a user pool.
|
UserPoolType |
UserPoolType.withAliasAttributes(String... aliasAttributes)
Specifies the attributes that are aliased in a user pool.
|
UserPoolType |
UserPoolType.withAutoVerifiedAttributes(Collection<String> autoVerifiedAttributes)
Specifies the attributes that are auto-verified in a user pool.
|
UserPoolType |
UserPoolType.withAutoVerifiedAttributes(String... autoVerifiedAttributes)
Specifies the attributes that are auto-verified in a user pool.
|
UserPoolType |
UserPoolType.withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
Specifies the attributes that are auto-verified in a user pool.
|
UserPoolType |
UserPoolType.withCreationDate(Date creationDate)
The creation date of a user pool.
|
UserPoolType |
UserPoolType.withEmailVerificationMessage(String emailVerificationMessage)
The contents of the email verification message.
|
UserPoolType |
UserPoolType.withEmailVerificationSubject(String emailVerificationSubject)
The subject of the email verification message.
|
UserPoolType |
UserPoolType.withEstimatedNumberOfUsers(Integer estimatedNumberOfUsers)
A number estimating the size of the user pool.
|
UserPoolType |
UserPoolType.withId(String id)
The ID of the user pool.
|
UserPoolType |
UserPoolType.withLambdaConfig(LambdaConfigType lambdaConfig)
A container describing the AWS Lambda triggers associated with a user
pool.
|
UserPoolType |
UserPoolType.withLastModifiedDate(Date lastModifiedDate)
The last modified date of a user pool.
|
UserPoolType |
UserPoolType.withMfaConfiguration(String mfaConfiguration)
Can be one of the following values:
|
UserPoolType |
UserPoolType.withMfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:
|
UserPoolType |
UserPoolType.withName(String name)
The name of the user pool.
|
UserPoolType |
UserPoolType.withPolicies(UserPoolPolicyType policies)
A container describing the policies associated with a user pool.
|
UserPoolType |
UserPoolType.withSchemaAttributes(Collection<SchemaAttributeType> schemaAttributes)
A container with the schema attributes of a user pool.
|
UserPoolType |
UserPoolType.withSchemaAttributes(SchemaAttributeType... schemaAttributes)
A container with the schema attributes of a user pool.
|
UserPoolType |
UserPoolType.withSmsAuthenticationMessage(String smsAuthenticationMessage)
The contents of the SMS authentication message.
|
UserPoolType |
UserPoolType.withSmsVerificationMessage(String smsVerificationMessage)
The contents of the SMS verification message.
|
UserPoolType |
UserPoolType.withStatus(StatusType status)
The status of a user pool.
|
UserPoolType |
UserPoolType.withStatus(String status)
The status of a user pool.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeUserPoolResult.setUserPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
|
void |
CreateUserPoolResult.setUserPool(UserPoolType userPool)
A container for the user pool details.
|
DescribeUserPoolResult |
DescribeUserPoolResult.withUserPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
|
CreateUserPoolResult |
CreateUserPoolResult.withUserPool(UserPoolType userPool)
A container for the user pool details.
|
Copyright © 2018. All rights reserved.