| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchDeleteFeaturedResultsSetResponse> |
KendraAsyncClient.batchDeleteFeaturedResultsSet(Consumer<BatchDeleteFeaturedResultsSetRequest.Builder> batchDeleteFeaturedResultsSetRequest)
Removes one or more sets of featured results.
|
default BatchDeleteFeaturedResultsSetResponse |
KendraClient.batchDeleteFeaturedResultsSet(Consumer<BatchDeleteFeaturedResultsSetRequest.Builder> batchDeleteFeaturedResultsSetRequest)
Removes one or more sets of featured results.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteFeaturedResultsSetRequest.Builder |
BatchDeleteFeaturedResultsSetRequest.builder() |
BatchDeleteFeaturedResultsSetRequest.Builder |
BatchDeleteFeaturedResultsSetRequest.Builder.featuredResultsSetIds(Collection<String> featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
|
BatchDeleteFeaturedResultsSetRequest.Builder |
BatchDeleteFeaturedResultsSetRequest.Builder.featuredResultsSetIds(String... featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
|
BatchDeleteFeaturedResultsSetRequest.Builder |
BatchDeleteFeaturedResultsSetRequest.Builder.indexId(String indexId)
The identifier of the index used for featuring results.
|
BatchDeleteFeaturedResultsSetRequest.Builder |
BatchDeleteFeaturedResultsSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteFeaturedResultsSetRequest.Builder |
BatchDeleteFeaturedResultsSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDeleteFeaturedResultsSetRequest.Builder |
BatchDeleteFeaturedResultsSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeleteFeaturedResultsSetRequest.Builder> |
BatchDeleteFeaturedResultsSetRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.