| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthIdentityPoolConfig |
CreateBackendAuthIdentityPoolConfig.clone() |
CreateBackendAuthIdentityPoolConfig |
CreateBackendAuthResourceConfig.getIdentityPoolConfigs()
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your
auth resource in the Amplify project.
|
CreateBackendAuthIdentityPoolConfig |
CreateBackendAuthIdentityPoolConfig.withIdentityPoolName(String identityPoolName)
Name of the Amazon Cognito identity pool used for authorization.
|
CreateBackendAuthIdentityPoolConfig |
CreateBackendAuthIdentityPoolConfig.withUnauthenticatedLogin(Boolean unauthenticatedLogin)
Set to true or false based on whether you want to enable guest authorization to your Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBackendAuthResourceConfig.setIdentityPoolConfigs(CreateBackendAuthIdentityPoolConfig identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your
auth resource in the Amplify project.
|
CreateBackendAuthResourceConfig |
CreateBackendAuthResourceConfig.withIdentityPoolConfigs(CreateBackendAuthIdentityPoolConfig identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your
auth resource in the Amplify project.
|
Copyright © 2024. All rights reserved.