| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
BackendAPIAuthType |
BackendAPIAuthType.clone() |
BackendAPIAuthType |
BackendAPIResourceConfig.getDefaultAuthType()
The default authentication type for interacting with the configured data models in your Amplify project.
|
BackendAPIAuthType |
BackendAPIAuthType.withMode(Mode mode)
Describes the authentication mode.
|
BackendAPIAuthType |
BackendAPIAuthType.withMode(String mode)
Describes the authentication mode.
|
BackendAPIAuthType |
BackendAPIAuthType.withSettings(BackendAPIAppSyncAuthSettings settings)
Describes settings for the authentication mode.
|
| Modifier and Type | Method and Description |
|---|---|
List<BackendAPIAuthType> |
BackendAPIResourceConfig.getAdditionalAuthTypes()
Additional authentication methods used to interact with your data models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackendAPIResourceConfig.setDefaultAuthType(BackendAPIAuthType defaultAuthType)
The default authentication type for interacting with the configured data models in your Amplify project.
|
BackendAPIResourceConfig |
BackendAPIResourceConfig.withAdditionalAuthTypes(BackendAPIAuthType... additionalAuthTypes)
Additional authentication methods used to interact with your data models.
|
BackendAPIResourceConfig |
BackendAPIResourceConfig.withDefaultAuthType(BackendAPIAuthType defaultAuthType)
The default authentication type for interacting with the configured data models in your Amplify project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackendAPIResourceConfig.setAdditionalAuthTypes(Collection<BackendAPIAuthType> additionalAuthTypes)
Additional authentication methods used to interact with your data models.
|
BackendAPIResourceConfig |
BackendAPIResourceConfig.withAdditionalAuthTypes(Collection<BackendAPIAuthType> additionalAuthTypes)
Additional authentication methods used to interact with your data models.
|
Copyright © 2025. All rights reserved.