| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorOAuthRequest |
ConnectorOAuthRequest.clone() |
ConnectorOAuthRequest |
OAuth2Credentials.getOAuthRequest() |
ConnectorOAuthRequest |
OAuthCredentials.getOAuthRequest()
The OAuth requirement needed to request security tokens from the connector endpoint.
|
ConnectorOAuthRequest |
PardotConnectorProfileCredentials.getOAuthRequest() |
ConnectorOAuthRequest |
ZendeskConnectorProfileCredentials.getOAuthRequest()
The OAuth requirement needed to request security tokens from the connector endpoint.
|
ConnectorOAuthRequest |
SlackConnectorProfileCredentials.getOAuthRequest()
The OAuth requirement needed to request security tokens from the connector endpoint.
|
ConnectorOAuthRequest |
SalesforceConnectorProfileCredentials.getOAuthRequest()
The OAuth requirement needed to request security tokens from the connector endpoint.
|
ConnectorOAuthRequest |
HoneycodeConnectorProfileCredentials.getOAuthRequest() |
ConnectorOAuthRequest |
GoogleAnalyticsConnectorProfileCredentials.getOAuthRequest()
The OAuth requirement needed to request security tokens from the connector endpoint.
|
ConnectorOAuthRequest |
MarketoConnectorProfileCredentials.getOAuthRequest()
The OAuth requirement needed to request security tokens from the connector endpoint.
|
ConnectorOAuthRequest |
ConnectorOAuthRequest.withAuthCode(String authCode)
The code provided by the connector when it has been authenticated via the connected app.
|
ConnectorOAuthRequest |
ConnectorOAuthRequest.withRedirectUri(String redirectUri)
The URL to which the authentication server redirects the browser after authorization has been granted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Credentials.setOAuthRequest(ConnectorOAuthRequest oAuthRequest) |
void |
OAuthCredentials.setOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
void |
PardotConnectorProfileCredentials.setOAuthRequest(ConnectorOAuthRequest oAuthRequest) |
void |
ZendeskConnectorProfileCredentials.setOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
void |
SlackConnectorProfileCredentials.setOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
void |
SalesforceConnectorProfileCredentials.setOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
void |
HoneycodeConnectorProfileCredentials.setOAuthRequest(ConnectorOAuthRequest oAuthRequest) |
void |
GoogleAnalyticsConnectorProfileCredentials.setOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
void |
MarketoConnectorProfileCredentials.setOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
OAuth2Credentials |
OAuth2Credentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest) |
OAuthCredentials |
OAuthCredentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
PardotConnectorProfileCredentials |
PardotConnectorProfileCredentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest) |
ZendeskConnectorProfileCredentials |
ZendeskConnectorProfileCredentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
SlackConnectorProfileCredentials |
SlackConnectorProfileCredentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
SalesforceConnectorProfileCredentials |
SalesforceConnectorProfileCredentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
HoneycodeConnectorProfileCredentials |
HoneycodeConnectorProfileCredentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest) |
GoogleAnalyticsConnectorProfileCredentials |
GoogleAnalyticsConnectorProfileCredentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
MarketoConnectorProfileCredentials |
MarketoConnectorProfileCredentials.withOAuthRequest(ConnectorOAuthRequest oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
Copyright © 2023. All rights reserved.