Uses of Class
software.amazon.awssdk.services.kendra.model.SalesforceStandardObjectConfiguration
-
Packages that use SalesforceStandardObjectConfiguration Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SalesforceStandardObjectConfiguration in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SalesforceStandardObjectConfiguration Modifier and Type Method Description List<SalesforceStandardObjectConfiguration>SalesforceConfiguration. standardObjectConfigurations()Configuration of the Salesforce standard objects that Amazon Kendra indexes.Methods in software.amazon.awssdk.services.kendra.model with parameters of type SalesforceStandardObjectConfiguration Modifier and Type Method Description SalesforceConfiguration.BuilderSalesforceConfiguration.Builder. standardObjectConfigurations(SalesforceStandardObjectConfiguration... standardObjectConfigurations)Configuration of the Salesforce standard objects that Amazon Kendra indexes.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SalesforceStandardObjectConfiguration Modifier and Type Method Description SalesforceConfiguration.BuilderSalesforceConfiguration.Builder. standardObjectConfigurations(Collection<SalesforceStandardObjectConfiguration> standardObjectConfigurations)Configuration of the Salesforce standard objects that Amazon Kendra indexes.
-