| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static OAuth2GrantType |
OAuth2GrantType.fromValue(String value)
Use this in place of valueOf.
|
static OAuth2GrantType |
OAuth2GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2GrantType[] |
OAuth2GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SalesforceConnectorProfileCredentials |
SalesforceConnectorProfileCredentials.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType)
Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce.
|
OAuth2Properties |
OAuth2Properties.withOAuth2GrantType(OAuth2GrantType oAuth2GrantType)
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
|
OAuth2Defaults |
OAuth2Defaults.withOauth2GrantTypesSupported(OAuth2GrantType... oauth2GrantTypesSupported)
OAuth 2.0 grant types supported by the connector.
|
SalesforceMetadata |
SalesforceMetadata.withOauth2GrantTypesSupported(OAuth2GrantType... oauth2GrantTypesSupported)
The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce.
|
Copyright © 2025. All rights reserved.