| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthIdentityPoolConfig |
UpdateBackendAuthIdentityPoolConfig.clone() |
UpdateBackendAuthIdentityPoolConfig |
UpdateBackendAuthResourceConfig.getIdentityPoolConfigs()
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your
auth resource in the Amplify project.
|
UpdateBackendAuthIdentityPoolConfig |
UpdateBackendAuthIdentityPoolConfig.withUnauthenticatedLogin(Boolean unauthenticatedLogin)
A boolean value that can be set to allow or disallow guest-level authorization into your Amplify app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBackendAuthResourceConfig.setIdentityPoolConfigs(UpdateBackendAuthIdentityPoolConfig identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your
auth resource in the Amplify project.
|
UpdateBackendAuthResourceConfig |
UpdateBackendAuthResourceConfig.withIdentityPoolConfigs(UpdateBackendAuthIdentityPoolConfig 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.