| 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 ListGroupsOlderThanOrderingIdResponse |
KendraClient.listGroupsOlderThanOrderingId(Consumer<ListGroupsOlderThanOrderingIdRequest.Builder> listGroupsOlderThanOrderingIdRequest)
Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.
|
default ListGroupsOlderThanOrderingIdResponse |
KendraClient.listGroupsOlderThanOrderingId(ListGroupsOlderThanOrderingIdRequest listGroupsOlderThanOrderingIdRequest)
Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupsOlderThanOrderingIdResponse> |
KendraAsyncClient.listGroupsOlderThanOrderingId(Consumer<ListGroupsOlderThanOrderingIdRequest.Builder> listGroupsOlderThanOrderingIdRequest)
Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.
|
default CompletableFuture<ListGroupsOlderThanOrderingIdResponse> |
KendraAsyncClient.listGroupsOlderThanOrderingId(ListGroupsOlderThanOrderingIdRequest listGroupsOlderThanOrderingIdRequest)
Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGroupsOlderThanOrderingIdResponse> |
ListGroupsOlderThanOrderingIdIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsOlderThanOrderingIdPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupsOlderThanOrderingIdResponse> subscriber) |
Copyright © 2023. All rights reserved.