| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
static Service |
Service.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Service |
CreateBackendAuthResourceConfig.service()
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
Service |
UpdateBackendAuthResourceConfig.service()
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
static Service |
Service.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service[] |
Service.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<Service> |
Service.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthResourceConfig.Builder |
CreateBackendAuthResourceConfig.Builder.service(Service service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
UpdateBackendAuthResourceConfig.Builder |
UpdateBackendAuthResourceConfig.Builder.service(Service service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
Copyright © 2021. All rights reserved.