Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolType
-
Packages that use UserPoolType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UserPoolType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolType Modifier and Type Method Description UserPoolTypeCreateUserPoolResponse. userPool()The details of the created user pool.UserPoolTypeDescribeUserPoolResponse. userPool()The details of the requested user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolType Modifier and Type Method Description CreateUserPoolResponse.BuilderCreateUserPoolResponse.Builder. userPool(UserPoolType userPool)The details of the created user pool.DescribeUserPoolResponse.BuilderDescribeUserPoolResponse.Builder. userPool(UserPoolType userPool)The details of the requested user pool.
-