| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthResourceConfig |
CreateBackendAuthResourceConfig.clone() |
CreateBackendAuthResourceConfig |
CreateBackendAuthRequest.getResourceConfig()
The resource configuration for this request object.
|
CreateBackendAuthResourceConfig |
GetBackendAuthResult.getResourceConfig()
The resource configuration for authorization requests to the backend of your Amplify project.
|
CreateBackendAuthResourceConfig |
CreateBackendAuthResourceConfig.withAuthResources(AuthResources authResources)
Defines whether you want to configure only authentication or both authentication and authorization settings.
|
CreateBackendAuthResourceConfig |
CreateBackendAuthResourceConfig.withAuthResources(String authResources)
Defines whether you want to configure only authentication or both authentication and authorization settings.
|
CreateBackendAuthResourceConfig |
CreateBackendAuthResourceConfig.withIdentityPoolConfigs(CreateBackendAuthIdentityPoolConfig identityPoolConfigs)
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your
auth resource in the Amplify project.
|
CreateBackendAuthResourceConfig |
CreateBackendAuthResourceConfig.withService(Service service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
CreateBackendAuthResourceConfig |
CreateBackendAuthResourceConfig.withService(String service)
Defines the service name to use when configuring an authentication resource in your Amplify project.
|
CreateBackendAuthResourceConfig |
CreateBackendAuthResourceConfig.withUserPoolConfigs(CreateBackendAuthUserPoolConfig userPoolConfigs)
Describes 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 |
CreateBackendAuthRequest.setResourceConfig(CreateBackendAuthResourceConfig resourceConfig)
The resource configuration for this request object.
|
void |
GetBackendAuthResult.setResourceConfig(CreateBackendAuthResourceConfig resourceConfig)
The resource configuration for authorization requests to the backend of your Amplify project.
|
CreateBackendAuthRequest |
CreateBackendAuthRequest.withResourceConfig(CreateBackendAuthResourceConfig resourceConfig)
The resource configuration for this request object.
|
GetBackendAuthResult |
GetBackendAuthResult.withResourceConfig(CreateBackendAuthResourceConfig resourceConfig)
The resource configuration for authorization requests to the backend of your Amplify project.
|
Copyright © 2025. All rights reserved.