Uses of Class
software.amazon.awssdk.services.kendra.model.ExperienceEndpoint
-
Packages that use ExperienceEndpoint Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ExperienceEndpoint in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ExperienceEndpoint Modifier and Type Method Description List<ExperienceEndpoint>DescribeExperienceResponse. endpoints()Shows the endpoint URLs for your Amazon Kendra experiences.List<ExperienceEndpoint>ExperiencesSummary. endpoints()The endpoint URLs for your Amazon Kendra experiences.Methods in software.amazon.awssdk.services.kendra.model with parameters of type ExperienceEndpoint Modifier and Type Method Description DescribeExperienceResponse.BuilderDescribeExperienceResponse.Builder. endpoints(ExperienceEndpoint... endpoints)Shows the endpoint URLs for your Amazon Kendra experiences.ExperiencesSummary.BuilderExperiencesSummary.Builder. endpoints(ExperienceEndpoint... endpoints)The endpoint URLs for your Amazon Kendra experiences.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type ExperienceEndpoint Modifier and Type Method Description DescribeExperienceResponse.BuilderDescribeExperienceResponse.Builder. endpoints(Collection<ExperienceEndpoint> endpoints)Shows the endpoint URLs for your Amazon Kendra experiences.ExperiencesSummary.BuilderExperiencesSummary.Builder. endpoints(Collection<ExperienceEndpoint> endpoints)The endpoint URLs for your Amazon Kendra experiences.
-