| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
UserPoolType |
UserPoolType.addUserPoolTagsEntry(String key,
String value)
Add a single UserPoolTags entry
|
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.withAccountRecoverySetting(AccountRecoverySettingType accountRecoverySetting)
The available verified method a user can use to recover their password when they call
ForgotPassword
. |
UserPoolType |
UserPoolType.withAdminCreateUserConfig(AdminCreateUserConfigType adminCreateUserConfig)
The configuration for
AdminCreateUser requests. |
UserPoolType |
UserPoolType.withAliasAttributes(AliasAttributeType... aliasAttributes)
The attributes that are aliased in a user pool.
|
UserPoolType |
UserPoolType.withAliasAttributes(Collection<String> aliasAttributes)
The attributes that are aliased in a user pool.
|
UserPoolType |
UserPoolType.withAliasAttributes(String... aliasAttributes)
The attributes that are aliased in a user pool.
|
UserPoolType |
UserPoolType.withArn(String arn)
The Amazon Resource Name (ARN) for the user pool.
|
UserPoolType |
UserPoolType.withAutoVerifiedAttributes(Collection<String> autoVerifiedAttributes)
The attributes that are auto-verified in a user pool.
|
UserPoolType |
UserPoolType.withAutoVerifiedAttributes(String... autoVerifiedAttributes)
The attributes that are auto-verified in a user pool.
|
UserPoolType |
UserPoolType.withAutoVerifiedAttributes(VerifiedAttributeType... autoVerifiedAttributes)
The attributes that are auto-verified in a user pool.
|
UserPoolType |
UserPoolType.withCreationDate(Date creationDate)
The date and time, in ISO 8601 format, when
the item was created.
|
UserPoolType |
UserPoolType.withCustomDomain(String customDomain)
A custom domain name that you provide to Amazon Cognito.
|
UserPoolType |
UserPoolType.withDeletionProtection(DeletionProtectionType deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
UserPoolType |
UserPoolType.withDeletionProtection(String deletionProtection)
When active,
DeletionProtection prevents accidental deletion of your user pool. |
UserPoolType |
UserPoolType.withDeviceConfiguration(DeviceConfigurationType deviceConfiguration)
The device-remembering configuration for a user pool.
|
UserPoolType |
UserPoolType.withDomain(String domain)
The domain prefix, if the user pool has a domain associated with it.
|
UserPoolType |
UserPoolType.withEmailConfiguration(EmailConfigurationType emailConfiguration)
The email configuration of your user pool.
|
UserPoolType |
UserPoolType.withEmailConfigurationFailure(String emailConfigurationFailure)
Deprecated.
|
UserPoolType |
UserPoolType.withEmailVerificationMessage(String emailVerificationMessage)
This parameter is no longer used.
|
UserPoolType |
UserPoolType.withEmailVerificationSubject(String emailVerificationSubject)
This parameter is no longer used.
|
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)
The Lambda triggers associated with the user pool.
|
UserPoolType |
UserPoolType.withLastModifiedDate(Date lastModifiedDate)
The date and time, in ISO 8601 format, when
the item was 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)
The policies associated with the user pool.
|
UserPoolType |
UserPoolType.withSchemaAttributes(Collection<SchemaAttributeType> schemaAttributes)
A list of the user attributes and their properties in your user pool.
|
UserPoolType |
UserPoolType.withSchemaAttributes(SchemaAttributeType... schemaAttributes)
A list of the user attributes and their properties in your user pool.
|
UserPoolType |
UserPoolType.withSmsAuthenticationMessage(String smsAuthenticationMessage)
The contents of the SMS authentication message.
|
UserPoolType |
UserPoolType.withSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message from
your Amazon Web Services account through Amazon Simple Notification Service.
|
UserPoolType |
UserPoolType.withSmsConfigurationFailure(String smsConfigurationFailure)
The reason why the SMS configuration can't send the messages to your users.
|
UserPoolType |
UserPoolType.withSmsVerificationMessage(String smsVerificationMessage)
This parameter is no longer used.
|
UserPoolType |
UserPoolType.withStatus(StatusType status)
Deprecated.
|
UserPoolType |
UserPoolType.withStatus(String status)
Deprecated.
|
UserPoolType |
UserPoolType.withUserAttributeUpdateSettings(UserAttributeUpdateSettingsType userAttributeUpdateSettings)
The settings for updates to user attributes.
|
UserPoolType |
UserPoolType.withUsernameAttributes(Collection<String> usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
UserPoolType |
UserPoolType.withUsernameAttributes(String... usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
UserPoolType |
UserPoolType.withUsernameAttributes(UsernameAttributeType... usernameAttributes)
Specifies whether a user can use an email address or phone number as a username when they sign up.
|
UserPoolType |
UserPoolType.withUsernameConfiguration(UsernameConfigurationType usernameConfiguration)
Case sensitivity of the username input for the selected sign-in option.
|
UserPoolType |
UserPoolType.withUserPoolAddOns(UserPoolAddOnsType userPoolAddOns)
User pool add-ons.
|
UserPoolType |
UserPoolType.withUserPoolTags(Map<String,String> userPoolTags)
The tags that are assigned to 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 © 2024. All rights reserved.