Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolType
Packages that use UserPoolType
-
Uses of UserPoolType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolTypeModifier and TypeMethodDescriptionfinal UserPoolTypeCreateUserPoolResponse.userPool()The details of the created user pool.final UserPoolTypeDescribeUserPoolResponse.userPool()The details of the requested user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolTypeModifier and TypeMethodDescriptionCreateUserPoolResponse.Builder.userPool(UserPoolType userPool) The details of the created user pool.DescribeUserPoolResponse.Builder.userPool(UserPoolType userPool) The details of the requested user pool.