| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ExperienceEndpoint |
ExperienceEndpoint.clone() |
ExperienceEndpoint |
ExperienceEndpoint.withEndpoint(String endpoint)
The endpoint of your Amazon Kendra experience.
|
ExperienceEndpoint |
ExperienceEndpoint.withEndpointType(EndpointType endpointType)
The type of endpoint for your Amazon Kendra experience.
|
ExperienceEndpoint |
ExperienceEndpoint.withEndpointType(String endpointType)
The type of endpoint for your Amazon Kendra experience.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExperienceEndpoint> |
DescribeExperienceResult.getEndpoints()
Shows the endpoint URLs for your Amazon Kendra experiences.
|
List<ExperienceEndpoint> |
ExperiencesSummary.getEndpoints()
The endpoint URLs for your Amazon Kendra experiences.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeExperienceResult |
DescribeExperienceResult.withEndpoints(ExperienceEndpoint... endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences.
|
ExperiencesSummary |
ExperiencesSummary.withEndpoints(ExperienceEndpoint... endpoints)
The endpoint URLs for your Amazon Kendra experiences.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeExperienceResult.setEndpoints(Collection<ExperienceEndpoint> endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences.
|
void |
ExperiencesSummary.setEndpoints(Collection<ExperienceEndpoint> endpoints)
The endpoint URLs for your Amazon Kendra experiences.
|
DescribeExperienceResult |
DescribeExperienceResult.withEndpoints(Collection<ExperienceEndpoint> endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences.
|
ExperiencesSummary |
ExperiencesSummary.withEndpoints(Collection<ExperienceEndpoint> endpoints)
The endpoint URLs for your Amazon Kendra experiences.
|
Copyright © 2023. All rights reserved.