Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
UserPoolDescriptionType |
UserPoolDescriptionType.clone() |
UserPoolDescriptionType |
UserPoolDescriptionType.withCreationDate(Date creationDate)
The creation date in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withId(String id)
The ID in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withLastModifiedDate(Date lastModifiedDate)
The last modified date in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withName(String name)
The name in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withStatus(StatusType status)
The user pool status in a user pool description.
|
UserPoolDescriptionType |
UserPoolDescriptionType.withStatus(String status)
The user pool status in a user pool description.
|
Modifier and Type | Method and Description |
---|---|
List<UserPoolDescriptionType> |
ListUserPoolsResult.getUserPools()
The user pools from the response to list users.
|
Modifier and Type | Method and Description |
---|---|
ListUserPoolsResult |
ListUserPoolsResult.withUserPools(UserPoolDescriptionType... userPools)
The user pools from the response to list users.
|
Modifier and Type | Method and Description |
---|---|
void |
ListUserPoolsResult.setUserPools(Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
|
ListUserPoolsResult |
ListUserPoolsResult.withUserPools(Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
|
Copyright © 2018. All rights reserved.