| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthResources |
AuthResources.fromValue(String value)
Use this in place of valueOf.
|
static AuthResources |
AuthResources.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthResources[] |
AuthResources.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthResourceConfig |
UpdateBackendAuthResourceConfig.withAuthResources(AuthResources authResources)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
CreateBackendAuthResourceConfig |
CreateBackendAuthResourceConfig.withAuthResources(AuthResources authResources)
Defines whether you want to configure only authentication or both authentication and authorization settings.
|
Copyright © 2025. All rights reserved.