| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
BackendAPIAppSyncAuthSettings |
BackendAPIAppSyncAuthSettings.clone() |
BackendAPIAppSyncAuthSettings |
BackendAPIAuthType.getSettings()
Describes settings for the authentication mode.
|
BackendAPIAppSyncAuthSettings |
BackendAPIAppSyncAuthSettings.withCognitoUserPoolId(String cognitoUserPoolId)
The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data
models.
|
BackendAPIAppSyncAuthSettings |
BackendAPIAppSyncAuthSettings.withDescription(String description)
The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.
|
BackendAPIAppSyncAuthSettings |
BackendAPIAppSyncAuthSettings.withExpirationTime(Double expirationTime)
The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data
models.
|
BackendAPIAppSyncAuthSettings |
BackendAPIAppSyncAuthSettings.withOpenIDAuthTTL(String openIDAuthTTL)
The expiry time for the OpenID authentication mechanism.
|
BackendAPIAppSyncAuthSettings |
BackendAPIAppSyncAuthSettings.withOpenIDClientId(String openIDClientId)
The clientID for openID, if openID was used as an authentication setting to access your data models.
|
BackendAPIAppSyncAuthSettings |
BackendAPIAppSyncAuthSettings.withOpenIDIatTTL(String openIDIatTTL)
The expiry time for the OpenID authentication mechanism.
|
BackendAPIAppSyncAuthSettings |
BackendAPIAppSyncAuthSettings.withOpenIDIssueURL(String openIDIssueURL)
The openID issuer URL, if openID was used as an authentication setting to access your data models.
|
BackendAPIAppSyncAuthSettings |
BackendAPIAppSyncAuthSettings.withOpenIDProviderName(String openIDProviderName)
The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackendAPIAuthType.setSettings(BackendAPIAppSyncAuthSettings settings)
Describes settings for the authentication mode.
|
BackendAPIAuthType |
BackendAPIAuthType.withSettings(BackendAPIAppSyncAuthSettings settings)
Describes settings for the authentication mode.
|
Copyright © 2024. All rights reserved.