Uses of Class
software.amazon.awssdk.services.kendra.model.ListExperienceEntitiesResponse
-
Packages that use ListExperienceEntitiesResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.paginators -
-
Uses of ListExperienceEntitiesResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return ListExperienceEntitiesResponse Modifier and Type Method Description default ListExperienceEntitiesResponseKendraClient. listExperienceEntities(Consumer<ListExperienceEntitiesRequest.Builder> listExperienceEntitiesRequest)Lists users or groups in your IAM Identity Center identity source that are granted access to your Amazon Kendra experience.default ListExperienceEntitiesResponseKendraClient. listExperienceEntities(ListExperienceEntitiesRequest listExperienceEntitiesRequest)Lists users or groups in your IAM Identity Center identity source that are granted access to your Amazon Kendra experience.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type ListExperienceEntitiesResponse Modifier and Type Method Description default CompletableFuture<ListExperienceEntitiesResponse>KendraAsyncClient. listExperienceEntities(Consumer<ListExperienceEntitiesRequest.Builder> listExperienceEntitiesRequest)Lists users or groups in your IAM Identity Center identity source that are granted access to your Amazon Kendra experience.default CompletableFuture<ListExperienceEntitiesResponse>KendraAsyncClient. listExperienceEntities(ListExperienceEntitiesRequest listExperienceEntitiesRequest)Lists users or groups in your IAM Identity Center identity source that are granted access to your Amazon Kendra experience. -
Uses of ListExperienceEntitiesResponse in software.amazon.awssdk.services.kendra.paginators
Methods in software.amazon.awssdk.services.kendra.paginators that return types with arguments of type ListExperienceEntitiesResponse Modifier and Type Method Description Iterator<ListExperienceEntitiesResponse>ListExperienceEntitiesIterable. iterator()Method parameters in software.amazon.awssdk.services.kendra.paginators with type arguments of type ListExperienceEntitiesResponse Modifier and Type Method Description voidListExperienceEntitiesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListExperienceEntitiesResponse> subscriber)
-