Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.SalesforceAuthType
Packages that use SalesforceAuthType
-
Uses of SalesforceAuthType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SalesforceAuthTypeModifier and TypeMethodDescriptionfinal SalesforceAuthTypeSalesforceSourceConfiguration.authType()The supported authentication type to authenticate and connect to your Salesforce instance.static SalesforceAuthTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static SalesforceAuthTypeReturns 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 SalesforceAuthTypeModifier and TypeMethodDescriptionstatic Set<SalesforceAuthType>SalesforceAuthType.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type SalesforceAuthTypeModifier and TypeMethodDescriptionSalesforceSourceConfiguration.Builder.authType(SalesforceAuthType authType) The supported authentication type to authenticate and connect to your Salesforce instance.