| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UserPoolType |
UserPoolType.addUserPoolTagsEntry(String key,
String value) |
UserPoolType |
UserPoolType.clearUserPoolTagsEntries()
Removes all the entries added into UserPoolTags.
|
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.withAdminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig)
The configuration for
AdminCreateUser requests. |
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 date the user pool was created.
|
UserPoolType |
UserPoolType.withDeviceConfiguration(DeviceConfigurationType deviceConfiguration)
The device configuration.
|
UserPoolType |
UserPoolType.withEmailConfiguration(EmailConfigurationType emailConfiguration)
The email configuration.
|
UserPoolType |
UserPoolType.withEmailConfigurationFailure(String emailConfigurationFailure)
The reason why the email configuration cannot send the messages to your users.
|
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 for the AWS Lambda triggers associated with a user pool.
|
UserPoolType |
UserPoolType.withLastModifiedDate(Date lastModifiedDate)
The date the user pool was last modified.
|
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 for 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.withSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
|
UserPoolType |
UserPoolType.withSmsConfigurationFailure(String smsConfigurationFailure)
The reason why the SMS configuration cannot send the messages to your users.
|
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.
|
UserPoolType |
UserPoolType.withUsernameAttributes(Collection<String> usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
UserPoolType |
UserPoolType.withUsernameAttributes(String... usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
UserPoolType |
UserPoolType.withUsernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether email addresses or phone numbers can be specified as usernames when a user signs up.
|
UserPoolType |
UserPoolType.withUserPoolTags(Map<String,String> userPoolTags)
The cost allocation tags for the user pool.
|
UserPoolType |
UserPoolType.withVerificationMessageTemplate(VerificationMessageTemplateType verificationMessageTemplate)
The template for verification messages.
|
| 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 © 2017. All rights reserved.