| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationConfig.Builder |
AuthenticationConfig.builder() |
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.customAuthConfigs(Collection<CustomAuthConfig> customAuthConfigs)
Contains information required for custom authentication.
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.customAuthConfigs(Consumer<CustomAuthConfig.Builder>... customAuthConfigs)
Contains information required for custom authentication.
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.customAuthConfigs(CustomAuthConfig... customAuthConfigs)
Contains information required for custom authentication.
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.isApiKeyAuthSupported(Boolean isApiKeyAuthSupported)
Indicates whether API key authentication is supported by the connector
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.isBasicAuthSupported(Boolean isBasicAuthSupported)
Indicates whether basic authentication is supported by the connector.
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.isCustomAuthSupported(Boolean isCustomAuthSupported)
Indicates whether custom authentication is supported by the connector
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.isOAuth2Supported(Boolean isOAuth2Supported)
Indicates whether OAuth 2.0 authentication is supported by the connector.
|
default AuthenticationConfig.Builder |
AuthenticationConfig.Builder.oAuth2Defaults(Consumer<OAuth2Defaults.Builder> oAuth2Defaults)
Contains the default values required for OAuth 2.0 authentication.
|
AuthenticationConfig.Builder |
AuthenticationConfig.Builder.oAuth2Defaults(OAuth2Defaults oAuth2Defaults)
Contains the default values required for OAuth 2.0 authentication.
|
AuthenticationConfig.Builder |
AuthenticationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthenticationConfig.Builder> |
AuthenticationConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.authenticationConfig(Consumer<AuthenticationConfig.Builder> authenticationConfig)
The authentication config required for the connector.
|
Copyright © 2022. All rights reserved.