| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
CustomConnectorProfileCredentials |
CustomConnectorProfileCredentials.clone() |
CustomConnectorProfileCredentials |
ConnectorProfileCredentials.getCustomConnector() |
CustomConnectorProfileCredentials |
CustomConnectorProfileCredentials.withApiKey(ApiKeyCredentials apiKey)
The API keys required for the authentication of the user.
|
CustomConnectorProfileCredentials |
CustomConnectorProfileCredentials.withAuthenticationType(AuthenticationType authenticationType)
The authentication type that the custom connector uses for authenticating while creating a connector profile.
|
CustomConnectorProfileCredentials |
CustomConnectorProfileCredentials.withAuthenticationType(String authenticationType)
The authentication type that the custom connector uses for authenticating while creating a connector profile.
|
CustomConnectorProfileCredentials |
CustomConnectorProfileCredentials.withBasic(BasicAuthCredentials basic)
The basic credentials that are required for the authentication of the user.
|
CustomConnectorProfileCredentials |
CustomConnectorProfileCredentials.withCustom(CustomAuthCredentials custom)
If the connector uses the custom authentication mechanism, this holds the required credentials.
|
CustomConnectorProfileCredentials |
CustomConnectorProfileCredentials.withOauth2(OAuth2Credentials oauth2)
The OAuth 2.0 credentials required for the authentication of the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorProfileCredentials.setCustomConnector(CustomConnectorProfileCredentials customConnector) |
ConnectorProfileCredentials |
ConnectorProfileCredentials.withCustomConnector(CustomConnectorProfileCredentials customConnector) |
Copyright © 2022. All rights reserved.