Uses of Class
software.amazon.awssdk.services.kendra.model.ListAccessControlConfigurationsResponse
-
Packages that use ListAccessControlConfigurationsResponse 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 ListAccessControlConfigurationsResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return ListAccessControlConfigurationsResponse Modifier and Type Method Description default ListAccessControlConfigurationsResponseKendraClient. listAccessControlConfigurations(Consumer<ListAccessControlConfigurationsRequest.Builder> listAccessControlConfigurationsRequest)Lists one or more access control configurations for an index.default ListAccessControlConfigurationsResponseKendraClient. listAccessControlConfigurations(ListAccessControlConfigurationsRequest listAccessControlConfigurationsRequest)Lists one or more access control configurations for an index.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type ListAccessControlConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListAccessControlConfigurationsResponse>KendraAsyncClient. listAccessControlConfigurations(Consumer<ListAccessControlConfigurationsRequest.Builder> listAccessControlConfigurationsRequest)Lists one or more access control configurations for an index.default CompletableFuture<ListAccessControlConfigurationsResponse>KendraAsyncClient. listAccessControlConfigurations(ListAccessControlConfigurationsRequest listAccessControlConfigurationsRequest)Lists one or more access control configurations for an index. -
Uses of ListAccessControlConfigurationsResponse in software.amazon.awssdk.services.kendra.paginators
Methods in software.amazon.awssdk.services.kendra.paginators that return types with arguments of type ListAccessControlConfigurationsResponse Modifier and Type Method Description Iterator<ListAccessControlConfigurationsResponse>ListAccessControlConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.kendra.paginators with type arguments of type ListAccessControlConfigurationsResponse Modifier and Type Method Description voidListAccessControlConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccessControlConfigurationsResponse> subscriber)
-