| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
BackendAPIAuthType |
BackendAPIResourceConfig.defaultAuthType()
The default authentication type for interacting with the configured data models in your Amplify project.
|
| Modifier and Type | Method and Description |
|---|---|
List<BackendAPIAuthType> |
BackendAPIResourceConfig.additionalAuthTypes()
Additional authentication methods used to interact with your data models.
|
| Modifier and Type | Method and Description |
|---|---|
BackendAPIResourceConfig.Builder |
BackendAPIResourceConfig.Builder.additionalAuthTypes(BackendAPIAuthType... additionalAuthTypes)
Additional authentication methods used to interact with your data models.
|
BackendAPIResourceConfig.Builder |
BackendAPIResourceConfig.Builder.defaultAuthType(BackendAPIAuthType defaultAuthType)
The default authentication type for interacting with the configured data models in your Amplify project.
|
| Modifier and Type | Method and Description |
|---|---|
BackendAPIResourceConfig.Builder |
BackendAPIResourceConfig.Builder.additionalAuthTypes(Collection<BackendAPIAuthType> additionalAuthTypes)
Additional authentication methods used to interact with your data models.
|
Copyright © 2021. All rights reserved.