| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
SlackConnectorProfileCredentials.Builder |
SlackConnectorProfileCredentials.Builder.accessToken(String accessToken)
The credentials used to access protected Slack resources.
|
static SlackConnectorProfileCredentials.Builder |
SlackConnectorProfileCredentials.builder() |
SlackConnectorProfileCredentials.Builder |
SlackConnectorProfileCredentials.Builder.clientId(String clientId)
The identifier for the client.
|
SlackConnectorProfileCredentials.Builder |
SlackConnectorProfileCredentials.Builder.clientSecret(String clientSecret)
The client secret used by the OAuth client to authenticate to the authorization server.
|
SlackConnectorProfileCredentials.Builder |
SlackConnectorProfileCredentials.Builder.oAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
default SlackConnectorProfileCredentials.Builder |
SlackConnectorProfileCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
SlackConnectorProfileCredentials.Builder |
SlackConnectorProfileCredentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SlackConnectorProfileCredentials.Builder> |
SlackConnectorProfileCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConnectorProfileCredentials.Builder |
ConnectorProfileCredentials.Builder.slack(Consumer<SlackConnectorProfileCredentials.Builder> slack)
The connector-specific credentials required when using Slack.
|
Copyright © 2023. All rights reserved.