Uses of Class
com.amazonaws.services.cognitoidp.model.UserPoolDescriptionType
Packages that use UserPoolDescriptionType
-
Uses of UserPoolDescriptionType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserPoolDescriptionTypeModifier and TypeMethodDescriptionUserPoolDescriptionType.clone()
UserPoolDescriptionType.withCreationDate
(Date creationDate) The creation date in a user pool description.The ID in a user pool description.UserPoolDescriptionType.withLambdaConfig
(LambdaConfigType lambdaConfig) The AWS Lambda configuration information in a user pool description.UserPoolDescriptionType.withLastModifiedDate
(Date lastModifiedDate) The last modified date in a user pool description.The name in a user pool description.UserPoolDescriptionType.withStatus
(StatusType status) The user pool status in a user pool description.UserPoolDescriptionType.withStatus
(String status) The user pool status in a user pool description.Methods in com.amazonaws.services.cognitoidp.model that return types with arguments of type UserPoolDescriptionTypeModifier and TypeMethodDescriptionListUserPoolsResult.getUserPools()
The user pools from the response to list users.Methods in com.amazonaws.services.cognitoidp.model with parameters of type UserPoolDescriptionTypeModifier and TypeMethodDescriptionListUserPoolsResult.withUserPools
(UserPoolDescriptionType... userPools) The user pools from the response to list users.Method parameters in com.amazonaws.services.cognitoidp.model with type arguments of type UserPoolDescriptionTypeModifier and TypeMethodDescriptionvoid
ListUserPoolsResult.setUserPools
(Collection<UserPoolDescriptionType> userPools) The user pools from the response to list users.ListUserPoolsResult.withUserPools
(Collection<UserPoolDescriptionType> userPools) The user pools from the response to list users.