| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorOAuthRequest.Builder |
ConnectorOAuthRequest.Builder.authCode(String authCode)
The code provided by the connector when it has been authenticated via the connected app.
|
static ConnectorOAuthRequest.Builder |
ConnectorOAuthRequest.builder() |
ConnectorOAuthRequest.Builder |
ConnectorOAuthRequest.Builder.redirectUri(String redirectUri)
The URL to which the authentication server redirects the browser after authorization has been granted.
|
ConnectorOAuthRequest.Builder |
ConnectorOAuthRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConnectorOAuthRequest.Builder> |
ConnectorOAuthRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OAuthCredentials.Builder |
OAuthCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
default GoogleAnalyticsConnectorProfileCredentials.Builder |
GoogleAnalyticsConnectorProfileCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
default OAuth2Credentials.Builder |
OAuth2Credentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
Sets the value of the OAuthRequest property for this object.
|
default MarketoConnectorProfileCredentials.Builder |
MarketoConnectorProfileCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
default HoneycodeConnectorProfileCredentials.Builder |
HoneycodeConnectorProfileCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
Sets the value of the OAuthRequest property for this object.
|
default ZendeskConnectorProfileCredentials.Builder |
ZendeskConnectorProfileCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
The OAuth requirement needed to request security tokens from the connector endpoint.
|
default SalesforceConnectorProfileCredentials.Builder |
SalesforceConnectorProfileCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> 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.
|
default PardotConnectorProfileCredentials.Builder |
PardotConnectorProfileCredentials.Builder.oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)
Sets the value of the OAuthRequest property for this object.
|
Copyright © 2023. All rights reserved.