Uses of Interface
software.amazon.awssdk.services.appflow.model.MarketoConnectorProfileCredentials.Builder
-
Packages that use MarketoConnectorProfileCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of MarketoConnectorProfileCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return MarketoConnectorProfileCredentials.Builder Modifier and Type Method Description MarketoConnectorProfileCredentials.BuilderMarketoConnectorProfileCredentials.Builder. accessToken(String accessToken)The credentials used to access protected Marketo resources.static MarketoConnectorProfileCredentials.BuilderMarketoConnectorProfileCredentials. builder()MarketoConnectorProfileCredentials.BuilderMarketoConnectorProfileCredentials.Builder. clientId(String clientId)The identifier for the desired client.MarketoConnectorProfileCredentials.BuilderMarketoConnectorProfileCredentials.Builder. clientSecret(String clientSecret)The client secret used by the OAuth client to authenticate to the authorization server.default MarketoConnectorProfileCredentials.BuilderMarketoConnectorProfileCredentials.Builder. oAuthRequest(Consumer<ConnectorOAuthRequest.Builder> oAuthRequest)The OAuth requirement needed to request security tokens from the connector endpoint.MarketoConnectorProfileCredentials.BuilderMarketoConnectorProfileCredentials.Builder. oAuthRequest(ConnectorOAuthRequest oAuthRequest)The OAuth requirement needed to request security tokens from the connector endpoint.MarketoConnectorProfileCredentials.BuilderMarketoConnectorProfileCredentials. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type MarketoConnectorProfileCredentials.Builder Modifier and Type Method Description static Class<? extends MarketoConnectorProfileCredentials.Builder>MarketoConnectorProfileCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type MarketoConnectorProfileCredentials.Builder Modifier and Type Method Description default ConnectorProfileCredentials.BuilderConnectorProfileCredentials.Builder. marketo(Consumer<MarketoConnectorProfileCredentials.Builder> marketo)The connector-specific credentials required when using Marketo.
-