Uses of Class
software.amazon.awssdk.services.kendra.model.ListEntityPersonasResponse
-
Packages that use ListEntityPersonasResponse 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 ListEntityPersonasResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return ListEntityPersonasResponse Modifier and Type Method Description default ListEntityPersonasResponseKendraClient. listEntityPersonas(Consumer<ListEntityPersonasRequest.Builder> listEntityPersonasRequest)Lists specific permissions of users and groups with access to your Amazon Kendra experience.default ListEntityPersonasResponseKendraClient. listEntityPersonas(ListEntityPersonasRequest listEntityPersonasRequest)Lists specific permissions of users and groups with access to your Amazon Kendra experience.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type ListEntityPersonasResponse Modifier and Type Method Description default CompletableFuture<ListEntityPersonasResponse>KendraAsyncClient. listEntityPersonas(Consumer<ListEntityPersonasRequest.Builder> listEntityPersonasRequest)Lists specific permissions of users and groups with access to your Amazon Kendra experience.default CompletableFuture<ListEntityPersonasResponse>KendraAsyncClient. listEntityPersonas(ListEntityPersonasRequest listEntityPersonasRequest)Lists specific permissions of users and groups with access to your Amazon Kendra experience. -
Uses of ListEntityPersonasResponse in software.amazon.awssdk.services.kendra.paginators
Methods in software.amazon.awssdk.services.kendra.paginators that return types with arguments of type ListEntityPersonasResponse Modifier and Type Method Description Iterator<ListEntityPersonasResponse>ListEntityPersonasIterable. iterator()Method parameters in software.amazon.awssdk.services.kendra.paginators with type arguments of type ListEntityPersonasResponse Modifier and Type Method Description voidListEntityPersonasPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEntityPersonasResponse> subscriber)
-