| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendAuthResourceConfig |
UpdateBackendAuthResourceConfig.clone() |
UpdateBackendAuthResourceConfig |
UpdateBackendAuthRequest.getResourceConfig()
The resource configuration for this request object.
|
UpdateBackendAuthResourceConfig |
UpdateBackendAuthResourceConfig.withAuthResources(AuthResources authResources)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
UpdateBackendAuthResourceConfig |
UpdateBackendAuthResourceConfig.withAuthResources(String authResources)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
UpdateBackendAuthResourceConfig |
UpdateBackendAuthResourceConfig.withIdentityPoolConfigs(UpdateBackendAuthIdentityPoolConfig identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your
auth resource in the Amplify project.
|
UpdateBackendAuthResourceConfig |
UpdateBackendAuthResourceConfig.withService(Service service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
UpdateBackendAuthResourceConfig |
UpdateBackendAuthResourceConfig.withService(String service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
UpdateBackendAuthResourceConfig |
UpdateBackendAuthResourceConfig.withUserPoolConfigs(UpdateBackendAuthUserPoolConfig userPoolConfigs)
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth
resource in the Amplify project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBackendAuthRequest.setResourceConfig(UpdateBackendAuthResourceConfig resourceConfig)
The resource configuration for this request object.
|
UpdateBackendAuthRequest |
UpdateBackendAuthRequest.withResourceConfig(UpdateBackendAuthResourceConfig resourceConfig)
The resource configuration for this request object.
|
Copyright © 2021. All rights reserved.