| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNowConfiguration |
ServiceNowConfiguration.clone() |
ServiceNowConfiguration |
DataSourceConfiguration.getServiceNowConfiguration()
Provides the configuration information to connect to ServiceNow as your data source.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withAuthenticationType(ServiceNowAuthenticationType authenticationType)
The type of authentication used to connect to the ServiceNow instance.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withAuthenticationType(String authenticationType)
The type of authentication used to connect to the ServiceNow instance.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withHostUrl(String hostUrl)
The ServiceNow instance that the data source connects to.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withKnowledgeArticleConfiguration(ServiceNowKnowledgeArticleConfiguration knowledgeArticleConfiguration)
Configuration information for crawling knowledge articles in the ServiceNow site.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withSecretArn(String secretArn)
The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the user name and password required to
connect to the ServiceNow instance.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withServiceCatalogConfiguration(ServiceNowServiceCatalogConfiguration serviceCatalogConfiguration)
Configuration information for crawling service catalogs in the ServiceNow site.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withServiceNowBuildVersion(ServiceNowBuildVersionType serviceNowBuildVersion)
The identifier of the release that the ServiceNow host is running.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withServiceNowBuildVersion(String serviceNowBuildVersion)
The identifier of the release that the ServiceNow host is running.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceConfiguration.setServiceNowConfiguration(ServiceNowConfiguration serviceNowConfiguration)
Provides the configuration information to connect to ServiceNow as your data source.
|
DataSourceConfiguration |
DataSourceConfiguration.withServiceNowConfiguration(ServiceNowConfiguration serviceNowConfiguration)
Provides the configuration information to connect to ServiceNow as your data source.
|
Copyright © 2024. All rights reserved.