Uses of Class
software.amazon.awssdk.services.kendra.model.AssociatePersonasToEntitiesResponse
-
Packages that use AssociatePersonasToEntitiesResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of AssociatePersonasToEntitiesResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return AssociatePersonasToEntitiesResponse Modifier and Type Method Description default AssociatePersonasToEntitiesResponseKendraClient. associatePersonasToEntities(Consumer<AssociatePersonasToEntitiesRequest.Builder> associatePersonasToEntitiesRequest)Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience.default AssociatePersonasToEntitiesResponseKendraClient. associatePersonasToEntities(AssociatePersonasToEntitiesRequest associatePersonasToEntitiesRequest)Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type AssociatePersonasToEntitiesResponse Modifier and Type Method Description default CompletableFuture<AssociatePersonasToEntitiesResponse>KendraAsyncClient. associatePersonasToEntities(Consumer<AssociatePersonasToEntitiesRequest.Builder> associatePersonasToEntitiesRequest)Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience.default CompletableFuture<AssociatePersonasToEntitiesResponse>KendraAsyncClient. associatePersonasToEntities(AssociatePersonasToEntitiesRequest associatePersonasToEntitiesRequest)Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience.
-