| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
CustomAuthCredentials |
CustomAuthCredentials.addCredentialsMapEntry(String key,
String value)
Add a single CredentialsMap entry
|
CustomAuthCredentials |
CustomAuthCredentials.clearCredentialsMapEntries()
Removes all the entries added into CredentialsMap.
|
CustomAuthCredentials |
CustomAuthCredentials.clone() |
CustomAuthCredentials |
CustomConnectorProfileCredentials.getCustom()
If the connector uses the custom authentication mechanism, this holds the required credentials.
|
CustomAuthCredentials |
CustomAuthCredentials.withCredentialsMap(Map<String,String> credentialsMap)
A map that holds custom authentication credentials.
|
CustomAuthCredentials |
CustomAuthCredentials.withCustomAuthenticationType(String customAuthenticationType)
The custom authentication type that the connector uses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomConnectorProfileCredentials.setCustom(CustomAuthCredentials custom)
If the connector uses the custom authentication mechanism, this holds the required credentials.
|
CustomConnectorProfileCredentials |
CustomConnectorProfileCredentials.withCustom(CustomAuthCredentials custom)
If the connector uses the custom authentication mechanism, this holds the required credentials.
|
Copyright © 2025. All rights reserved.