Uses of Class
software.amazon.awssdk.services.appflow.model.OAuth2GrantType
-
Packages that use OAuth2GrantType Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of OAuth2GrantType in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return OAuth2GrantType Modifier and Type Method Description static OAuth2GrantTypeOAuth2GrantType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OAuth2GrantTypeOAuth2Properties. oAuth2GrantType()The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.OAuth2GrantTypeSalesforceConnectorProfileCredentials. oAuth2GrantType()Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce.static OAuth2GrantTypeOAuth2GrantType. 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.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type OAuth2GrantType Modifier and Type Method Description static Set<OAuth2GrantType>OAuth2GrantType. knownValues()List<OAuth2GrantType>OAuth2Defaults. oauth2GrantTypesSupported()OAuth 2.0 grant types supported by the connector.List<OAuth2GrantType>SalesforceMetadata. oauth2GrantTypesSupported()The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce.Methods in software.amazon.awssdk.services.appflow.model with parameters of type OAuth2GrantType Modifier and Type Method Description OAuth2Properties.BuilderOAuth2Properties.Builder. oAuth2GrantType(OAuth2GrantType oAuth2GrantType)The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.SalesforceConnectorProfileCredentials.BuilderSalesforceConnectorProfileCredentials.Builder. oAuth2GrantType(OAuth2GrantType oAuth2GrantType)Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce.OAuth2Defaults.BuilderOAuth2Defaults.Builder. oauth2GrantTypesSupported(OAuth2GrantType... oauth2GrantTypesSupported)OAuth 2.0 grant types supported by the connector.SalesforceMetadata.BuilderSalesforceMetadata.Builder. oauth2GrantTypesSupported(OAuth2GrantType... oauth2GrantTypesSupported)The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type OAuth2GrantType Modifier and Type Method Description OAuth2Defaults.BuilderOAuth2Defaults.Builder. oauth2GrantTypesSupported(Collection<OAuth2GrantType> oauth2GrantTypesSupported)OAuth 2.0 grant types supported by the connector.SalesforceMetadata.BuilderSalesforceMetadata.Builder. oauth2GrantTypesSupported(Collection<OAuth2GrantType> oauth2GrantTypesSupported)The OAuth 2.0 grant types that Amazon AppFlow can use when it requests an access token from Salesforce.
-