Uses of Class
software.amazon.awssdk.services.amplifybackend.model.CreateBackendAuthUserPoolConfig
-
Packages that use CreateBackendAuthUserPoolConfig Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of CreateBackendAuthUserPoolConfig in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return CreateBackendAuthUserPoolConfig Modifier and Type Method Description CreateBackendAuthUserPoolConfigCreateBackendAuthResourceConfig. userPoolConfigs()Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.Methods in software.amazon.awssdk.services.amplifybackend.model with parameters of type CreateBackendAuthUserPoolConfig Modifier and Type Method Description CreateBackendAuthResourceConfig.BuilderCreateBackendAuthResourceConfig.Builder. userPoolConfigs(CreateBackendAuthUserPoolConfig userPoolConfigs)Describes authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
-