| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
AuthResources |
CreateBackendAuthResourceConfig.authResources()
Defines whether you want to configure only authentication or both authentication and authorization settings.
|
AuthResources |
UpdateBackendAuthResourceConfig.authResources()
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
static AuthResources |
AuthResources.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AuthResources> |
AuthResources.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthResourceConfig.Builder |
CreateBackendAuthResourceConfig.Builder.authResources(AuthResources authResources)
Defines whether you want to configure only authentication or both authentication and authorization settings.
|
UpdateBackendAuthResourceConfig.Builder |
UpdateBackendAuthResourceConfig.Builder.authResources(AuthResources authResources)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
Copyright © 2023. All rights reserved.