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