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()A container for the user pool details.UserPoolTypeDescribeUserPoolResponse. userPool()The container of metadata returned by the server to describe the 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)A container for the user pool details.DescribeUserPoolResponse.BuilderDescribeUserPoolResponse.Builder. userPool(UserPoolType userPool)The container of metadata returned by the server to describe the pool.
-