Uses of Class
software.amazon.awssdk.services.kendra.model.ListEntityPersonasRequest
-
Packages that use ListEntityPersonasRequest Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.paginators software.amazon.awssdk.services.kendra.transform -
-
Uses of ListEntityPersonasRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type ListEntityPersonasRequest Modifier and Type Method Description default CompletableFuture<ListEntityPersonasResponse>KendraAsyncClient. listEntityPersonas(ListEntityPersonasRequest 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.default ListEntityPersonasPublisherKendraAsyncClient. listEntityPersonasPaginator(ListEntityPersonasRequest listEntityPersonasRequest)Lists specific permissions of users and groups with access to your Amazon Kendra experience.default ListEntityPersonasIterableKendraClient. listEntityPersonasPaginator(ListEntityPersonasRequest listEntityPersonasRequest)Lists specific permissions of users and groups with access to your Amazon Kendra experience. -
Uses of ListEntityPersonasRequest in software.amazon.awssdk.services.kendra.paginators
Constructors in software.amazon.awssdk.services.kendra.paginators with parameters of type ListEntityPersonasRequest Constructor Description ListEntityPersonasIterable(KendraClient client, ListEntityPersonasRequest firstRequest)ListEntityPersonasPublisher(KendraAsyncClient client, ListEntityPersonasRequest firstRequest) -
Uses of ListEntityPersonasRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type ListEntityPersonasRequest Modifier and Type Method Description SdkHttpFullRequestListEntityPersonasRequestMarshaller. marshall(ListEntityPersonasRequest listEntityPersonasRequest)
-