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