| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
LoginAuthConfigReqObj |
LoginAuthConfigReqObj.clone() |
LoginAuthConfigReqObj |
UpdateBackendConfigRequest.getLoginAuthConfig()
Describes the Amazon Cognito configuration for Admin UI access.
|
LoginAuthConfigReqObj |
UpdateBackendConfigResult.getLoginAuthConfig()
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
|
LoginAuthConfigReqObj |
LoginAuthConfigReqObj.withAwsCognitoIdentityPoolId(String awsCognitoIdentityPoolId)
The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.
|
LoginAuthConfigReqObj |
LoginAuthConfigReqObj.withAwsCognitoRegion(String awsCognitoRegion)
The AWS Region for the Amplify Admin UI login.
|
LoginAuthConfigReqObj |
LoginAuthConfigReqObj.withAwsUserPoolsId(String awsUserPoolsId)
The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.
|
LoginAuthConfigReqObj |
LoginAuthConfigReqObj.withAwsUserPoolsWebClientId(String awsUserPoolsWebClientId)
The web client ID for the Amazon Cognito user pools.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBackendConfigRequest.setLoginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)
Describes the Amazon Cognito configuration for Admin UI access.
|
void |
UpdateBackendConfigResult.setLoginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
|
UpdateBackendConfigRequest |
UpdateBackendConfigRequest.withLoginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)
Describes the Amazon Cognito configuration for Admin UI access.
|
UpdateBackendConfigResult |
UpdateBackendConfigResult.withLoginAuthConfig(LoginAuthConfigReqObj loginAuthConfig)
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
|
Copyright © 2024. All rights reserved.