| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
OnPremiseConfiguration |
OnPremiseConfiguration.clone() |
OnPremiseConfiguration |
GitHubConfiguration.getOnPremiseConfiguration()
Configuration information to connect to GitHub Enterprise Server (on premises).
|
OnPremiseConfiguration |
OnPremiseConfiguration.withHostUrl(String hostUrl)
The GitHub host URL or API endpoint URL.
|
OnPremiseConfiguration |
OnPremiseConfiguration.withOrganizationName(String organizationName)
The name of the organization of the GitHub Enterprise Server (on-premises) account you want to connect to.
|
OnPremiseConfiguration |
OnPremiseConfiguration.withSslCertificateS3Path(S3Path sslCertificateS3Path)
The path to the SSL certificate stored in an Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GitHubConfiguration.setOnPremiseConfiguration(OnPremiseConfiguration onPremiseConfiguration)
Configuration information to connect to GitHub Enterprise Server (on premises).
|
GitHubConfiguration |
GitHubConfiguration.withOnPremiseConfiguration(OnPremiseConfiguration onPremiseConfiguration)
Configuration information to connect to GitHub Enterprise Server (on premises).
|
Copyright © 2024. All rights reserved.