Uses of Class
com.amazonaws.services.cognitoidp.model.UserPoolDescriptionType
-
Packages that use UserPoolDescriptionType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of UserPoolDescriptionType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return UserPoolDescriptionType Modifier and Type Method Description UserPoolDescriptionTypeUserPoolDescriptionType. clone()UserPoolDescriptionTypeUserPoolDescriptionType. withCreationDate(Date creationDate)The creation date in a user pool description.UserPoolDescriptionTypeUserPoolDescriptionType. withId(String id)The ID in a user pool description.UserPoolDescriptionTypeUserPoolDescriptionType. withLambdaConfig(LambdaConfigType lambdaConfig)The AWS Lambda configuration information in a user pool description.UserPoolDescriptionTypeUserPoolDescriptionType. withLastModifiedDate(Date lastModifiedDate)The last modified date in a user pool description.UserPoolDescriptionTypeUserPoolDescriptionType. withName(String name)The name in a user pool description.UserPoolDescriptionTypeUserPoolDescriptionType. withStatus(StatusType status)The user pool status in a user pool description.UserPoolDescriptionTypeUserPoolDescriptionType. 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 UserPoolDescriptionType Modifier and Type Method Description List<UserPoolDescriptionType>ListUserPoolsResult. getUserPools()The user pools from the response to list users.Methods in com.amazonaws.services.cognitoidp.model with parameters of type UserPoolDescriptionType Modifier and Type Method Description ListUserPoolsResultListUserPoolsResult. 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 UserPoolDescriptionType Modifier and Type Method Description voidListUserPoolsResult. setUserPools(Collection<UserPoolDescriptionType> userPools)The user pools from the response to list users.ListUserPoolsResultListUserPoolsResult. withUserPools(Collection<UserPoolDescriptionType> userPools)The user pools from the response to list users.
-