Uses of Interface
software.amazon.awssdk.services.kendra.model.ListGroupsOlderThanOrderingIdRequest.Builder
-
Packages that use ListGroupsOlderThanOrderingIdRequest.Builder Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.model -
-
Uses of ListGroupsOlderThanOrderingIdRequest.Builder in software.amazon.awssdk.services.kendra
Method parameters in software.amazon.awssdk.services.kendra with type arguments of type ListGroupsOlderThanOrderingIdRequest.Builder Modifier and Type Method 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 ListGroupsOlderThanOrderingIdResponseKendraClient. listGroupsOlderThanOrderingId(Consumer<ListGroupsOlderThanOrderingIdRequest.Builder> listGroupsOlderThanOrderingIdRequest)Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.default ListGroupsOlderThanOrderingIdPublisherKendraAsyncClient. listGroupsOlderThanOrderingIdPaginator(Consumer<ListGroupsOlderThanOrderingIdRequest.Builder> listGroupsOlderThanOrderingIdRequest)Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.default ListGroupsOlderThanOrderingIdIterableKendraClient. listGroupsOlderThanOrderingIdPaginator(Consumer<ListGroupsOlderThanOrderingIdRequest.Builder> listGroupsOlderThanOrderingIdRequest)Provides a list of groups that are mapped to users before a given ordering or timestamp identifier. -
Uses of ListGroupsOlderThanOrderingIdRequest.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ListGroupsOlderThanOrderingIdRequest.Builder Modifier and Type Method Description static ListGroupsOlderThanOrderingIdRequest.BuilderListGroupsOlderThanOrderingIdRequest. builder()ListGroupsOlderThanOrderingIdRequest.BuilderListGroupsOlderThanOrderingIdRequest.Builder. dataSourceId(String dataSourceId)The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp identifier.ListGroupsOlderThanOrderingIdRequest.BuilderListGroupsOlderThanOrderingIdRequest.Builder. indexId(String indexId)The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp identifier.ListGroupsOlderThanOrderingIdRequest.BuilderListGroupsOlderThanOrderingIdRequest.Builder. maxResults(Integer maxResults)The maximum number of returned groups that are mapped to users before a given ordering or timestamp identifier.ListGroupsOlderThanOrderingIdRequest.BuilderListGroupsOlderThanOrderingIdRequest.Builder. nextToken(String nextToken)If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response.ListGroupsOlderThanOrderingIdRequest.BuilderListGroupsOlderThanOrderingIdRequest.Builder. orderingId(Long orderingId)The timestamp identifier used for the latestPUTorDELETEaction for mapping users to their groups.ListGroupsOlderThanOrderingIdRequest.BuilderListGroupsOlderThanOrderingIdRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroupsOlderThanOrderingIdRequest.BuilderListGroupsOlderThanOrderingIdRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGroupsOlderThanOrderingIdRequest.BuilderListGroupsOlderThanOrderingIdRequest. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ListGroupsOlderThanOrderingIdRequest.Builder Modifier and Type Method Description static Class<? extends ListGroupsOlderThanOrderingIdRequest.Builder>ListGroupsOlderThanOrderingIdRequest. serializableBuilderClass()
-