| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBackendAuthIdentityPoolConfig.Builder |
UpdateBackendAuthIdentityPoolConfig.builder() |
UpdateBackendAuthIdentityPoolConfig.Builder |
UpdateBackendAuthIdentityPoolConfig.toBuilder() |
UpdateBackendAuthIdentityPoolConfig.Builder |
UpdateBackendAuthIdentityPoolConfig.Builder.unauthenticatedLogin(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 |
|---|---|
static Class<? extends UpdateBackendAuthIdentityPoolConfig.Builder> |
UpdateBackendAuthIdentityPoolConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBackendAuthResourceConfig.Builder |
UpdateBackendAuthResourceConfig.Builder.identityPoolConfigs(Consumer<UpdateBackendAuthIdentityPoolConfig.Builder> identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your
auth resource in the Amplify project.
|
Copyright © 2023. All rights reserved.