| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfig |
AuthenticationConfig.clone() |
AuthenticationConfig |
ConnectorConfiguration.getAuthenticationConfig()
The authentication config required for the connector.
|
AuthenticationConfig |
AuthenticationConfig.withCustomAuthConfigs(Collection<CustomAuthConfig> customAuthConfigs)
Contains information required for custom authentication.
|
AuthenticationConfig |
AuthenticationConfig.withCustomAuthConfigs(CustomAuthConfig... customAuthConfigs)
Contains information required for custom authentication.
|
AuthenticationConfig |
AuthenticationConfig.withIsApiKeyAuthSupported(Boolean isApiKeyAuthSupported)
Indicates whether API key authentication is supported by the connector
|
AuthenticationConfig |
AuthenticationConfig.withIsBasicAuthSupported(Boolean isBasicAuthSupported)
Indicates whether basic authentication is supported by the connector.
|
AuthenticationConfig |
AuthenticationConfig.withIsCustomAuthSupported(Boolean isCustomAuthSupported)
Indicates whether custom authentication is supported by the connector
|
AuthenticationConfig |
AuthenticationConfig.withIsOAuth2Supported(Boolean isOAuth2Supported)
Indicates whether OAuth 2.0 authentication is supported by the connector.
|
AuthenticationConfig |
AuthenticationConfig.withOAuth2Defaults(OAuth2Defaults oAuth2Defaults)
Contains the default values required for OAuth 2.0 authentication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorConfiguration.setAuthenticationConfig(AuthenticationConfig authenticationConfig)
The authentication config required for the connector.
|
ConnectorConfiguration |
ConnectorConfiguration.withAuthenticationConfig(AuthenticationConfig authenticationConfig)
The authentication config required for the connector.
|
Copyright © 2024. All rights reserved.