Uses of Class
software.amazon.awssdk.services.bedrockagent.model.SalesforceAuthType
-
Packages that use SalesforceAuthType Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of SalesforceAuthType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SalesforceAuthType Modifier and Type Method Description SalesforceAuthTypeSalesforceSourceConfiguration. authType()The supported authentication type to authenticate and connect to your Salesforce instance.static SalesforceAuthTypeSalesforceAuthType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SalesforceAuthTypeSalesforceAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static SalesforceAuthType[]SalesforceAuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type SalesforceAuthType Modifier and Type Method Description static Set<SalesforceAuthType>SalesforceAuthType. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type SalesforceAuthType Modifier and Type Method Description SalesforceSourceConfiguration.BuilderSalesforceSourceConfiguration.Builder. authType(SalesforceAuthType authType)The supported authentication type to authenticate and connect to your Salesforce instance.
-