Uses of Class
software.amazon.awssdk.services.amplifybackend.model.CreateBackendAuthIdentityPoolConfig
-
Packages that use CreateBackendAuthIdentityPoolConfig Package Description software.amazon.awssdk.services.amplifybackend.model -
-
Uses of CreateBackendAuthIdentityPoolConfig in software.amazon.awssdk.services.amplifybackend.model
Methods in software.amazon.awssdk.services.amplifybackend.model that return CreateBackendAuthIdentityPoolConfig Modifier and Type Method Description CreateBackendAuthIdentityPoolConfigCreateBackendAuthResourceConfig. identityPoolConfigs()Describes the authorization configuration for the Amazon Cognito identity 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 CreateBackendAuthIdentityPoolConfig Modifier and Type Method Description CreateBackendAuthResourceConfig.BuilderCreateBackendAuthResourceConfig.Builder. identityPoolConfigs(CreateBackendAuthIdentityPoolConfig identityPoolConfigs)Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
-