| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
CustomAuthConfig |
CustomAuthConfig.clone() |
CustomAuthConfig |
CustomAuthConfig.withAuthParameters(AuthParameter... authParameters)
Information about authentication parameters required for authentication.
|
CustomAuthConfig |
CustomAuthConfig.withAuthParameters(Collection<AuthParameter> authParameters)
Information about authentication parameters required for authentication.
|
CustomAuthConfig |
CustomAuthConfig.withCustomAuthenticationType(String customAuthenticationType)
The authentication type that the custom connector uses.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomAuthConfig> |
AuthenticationConfig.getCustomAuthConfigs()
Contains information required for custom authentication.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfig |
AuthenticationConfig.withCustomAuthConfigs(CustomAuthConfig... customAuthConfigs)
Contains information required for custom authentication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationConfig.setCustomAuthConfigs(Collection<CustomAuthConfig> customAuthConfigs)
Contains information required for custom authentication.
|
AuthenticationConfig |
AuthenticationConfig.withCustomAuthConfigs(Collection<CustomAuthConfig> customAuthConfigs)
Contains information required for custom authentication.
|
Copyright © 2022. All rights reserved.