Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private UserPoolType |
DescribeUserPoolResult.userPool
The container of metadata returned by the server to describe the pool.
|
private UserPoolType |
CreateUserPoolResult.userPool
A container for the user pool details.
|
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(java.util.Collection<java.lang.String> aliasAttributes)
Specifies the attributes that are aliased in a user pool.
|
UserPoolType |
UserPoolType.withAliasAttributes(java.lang.String... aliasAttributes)
Specifies the attributes that are aliased in a user pool.
|
UserPoolType |
UserPoolType.withAutoVerifiedAttributes(java.util.Collection<java.lang.String> autoVerifiedAttributes)
Specifies the attributes that are auto-verified in a user pool.
|
UserPoolType |
UserPoolType.withAutoVerifiedAttributes(java.lang.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(java.util.Date creationDate)
The creation date of a user pool.
|
UserPoolType |
UserPoolType.withEmailVerificationMessage(java.lang.String emailVerificationMessage)
The contents of the email verification message.
|
UserPoolType |
UserPoolType.withEmailVerificationSubject(java.lang.String emailVerificationSubject)
The subject of the email verification message.
|
UserPoolType |
UserPoolType.withEstimatedNumberOfUsers(java.lang.Integer estimatedNumberOfUsers)
A number estimating the size of the user pool.
|
UserPoolType |
UserPoolType.withId(java.lang.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(java.util.Date lastModifiedDate)
The last modified date of a user pool.
|
UserPoolType |
UserPoolType.withMfaConfiguration(java.lang.String mfaConfiguration)
Can be one of the following values:
|
UserPoolType |
UserPoolType.withMfaConfiguration(UserPoolMfaType mfaConfiguration)
Can be one of the following values:
|
UserPoolType |
UserPoolType.withName(java.lang.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(java.util.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(java.lang.String smsAuthenticationMessage)
The contents of the SMS authentication message.
|
UserPoolType |
UserPoolType.withSmsVerificationMessage(java.lang.String smsVerificationMessage)
The contents of the SMS verification message.
|
UserPoolType |
UserPoolType.withStatus(StatusType status)
The status of a user pool.
|
UserPoolType |
UserPoolType.withStatus(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
UserPoolType |
UserPoolTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UserPoolTypeJsonMarshaller.marshall(UserPoolType userPoolType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|