| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend |
AWS Amplify Admin API
|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendConfigResult |
AWSAmplifyBackendClient.updateBackendConfig(UpdateBackendConfigRequest request)
Updates the AWS resources required to access the Amplify Admin UI.
|
UpdateBackendConfigResult |
AWSAmplifyBackend.updateBackendConfig(UpdateBackendConfigRequest updateBackendConfigRequest)
Updates the AWS resources required to access the Amplify Admin UI.
|
UpdateBackendConfigResult |
AbstractAWSAmplifyBackend.updateBackendConfig(UpdateBackendConfigRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBackendConfigResult> |
AWSAmplifyBackendAsyncClient.updateBackendConfigAsync(UpdateBackendConfigRequest request,
AsyncHandler<UpdateBackendConfigRequest,UpdateBackendConfigResult> asyncHandler) |
Future<UpdateBackendConfigResult> |
AbstractAWSAmplifyBackendAsync.updateBackendConfigAsync(UpdateBackendConfigRequest request,
AsyncHandler<UpdateBackendConfigRequest,UpdateBackendConfigResult> asyncHandler) |
Future<UpdateBackendConfigResult> |
AWSAmplifyBackendAsync.updateBackendConfigAsync(UpdateBackendConfigRequest updateBackendConfigRequest,
AsyncHandler<UpdateBackendConfigRequest,UpdateBackendConfigResult> asyncHandler)
Updates the AWS resources required to access the Amplify Admin UI.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBackendConfigResult |
UpdateBackendConfigResult.clone() |
UpdateBackendConfigResult |
UpdateBackendConfigResult.withAppId(String appId)
The app ID.
|
UpdateBackendConfigResult |
UpdateBackendConfigResult.withBackendManagerAppId(String backendManagerAppId)
The app ID for the backend manager.
|
UpdateBackendConfigResult |
UpdateBackendConfigResult.withError(String error)
If the request fails, this error is returned.
|
UpdateBackendConfigResult |
UpdateBackendConfigResult.withLoginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
|
Copyright © 2023. All rights reserved.