Uses of Class
software.amazon.awssdk.services.kendra.model.AssociateEntitiesToExperienceResponse
-
Packages that use AssociateEntitiesToExperienceResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of AssociateEntitiesToExperienceResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return AssociateEntitiesToExperienceResponse Modifier and Type Method Description default AssociateEntitiesToExperienceResponseKendraClient. associateEntitiesToExperience(Consumer<AssociateEntitiesToExperienceRequest.Builder> associateEntitiesToExperienceRequest)Grants users or groups in your IAM Identity Center identity source access to your Amazon Kendra experience.default AssociateEntitiesToExperienceResponseKendraClient. associateEntitiesToExperience(AssociateEntitiesToExperienceRequest associateEntitiesToExperienceRequest)Grants users or groups in your IAM Identity Center identity source access to your Amazon Kendra experience.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type AssociateEntitiesToExperienceResponse Modifier and Type Method Description default CompletableFuture<AssociateEntitiesToExperienceResponse>KendraAsyncClient. associateEntitiesToExperience(Consumer<AssociateEntitiesToExperienceRequest.Builder> associateEntitiesToExperienceRequest)Grants users or groups in your IAM Identity Center identity source access to your Amazon Kendra experience.default CompletableFuture<AssociateEntitiesToExperienceResponse>KendraAsyncClient. associateEntitiesToExperience(AssociateEntitiesToExperienceRequest associateEntitiesToExperienceRequest)Grants users or groups in your IAM Identity Center identity source access to your Amazon Kendra experience.
-