| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
SlackConnectorProfileCredentials |
SlackConnectorProfileCredentials.clone() |
SlackConnectorProfileCredentials |
ConnectorProfileCredentials.getSlack()
The connector-specific credentials required when using Slack.
|
SlackConnectorProfileCredentials |
SlackConnectorProfileCredentials.withAccessToken(String accessToken)
The credentials used to access protected Slack resources.
|
SlackConnectorProfileCredentials |
SlackConnectorProfileCredentials.withClientId(String clientId)
The identifier for the client.
|
SlackConnectorProfileCredentials |
SlackConnectorProfileCredentials.withClientSecret(String clientSecret)
The client secret used by the OAuth client to authenticate to the authorization server.
|
SlackConnectorProfileCredentials |
SlackConnectorProfileCredentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorProfileCredentials.setSlack(SlackConnectorProfileCredentials slack)
The connector-specific credentials required when using Slack.
|
ConnectorProfileCredentials |
ConnectorProfileCredentials.withSlack(SlackConnectorProfileCredentials slack)
The connector-specific credentials required when using Slack.
|
Copyright © 2022. All rights reserved.