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