| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAccessControlConfigurationsResponse |
KendraClient.listAccessControlConfigurations(Consumer<ListAccessControlConfigurationsRequest.Builder> listAccessControlConfigurationsRequest)
Lists one or more access control configurations for an index.
|
default ListAccessControlConfigurationsResponse |
KendraClient.listAccessControlConfigurations(ListAccessControlConfigurationsRequest listAccessControlConfigurationsRequest)
Lists one or more access control configurations for an index.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAccessControlConfigurationsResponse> |
ListAccessControlConfigurationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessControlConfigurationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccessControlConfigurationsResponse> subscriber) |
Copyright © 2023. All rights reserved.