Uses of Class
software.amazon.awssdk.services.kendra.model.BatchDeleteFeaturedResultsSetResponse
-
Packages that use BatchDeleteFeaturedResultsSetResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of BatchDeleteFeaturedResultsSetResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return BatchDeleteFeaturedResultsSetResponse Modifier and Type Method Description default BatchDeleteFeaturedResultsSetResponseKendraClient. batchDeleteFeaturedResultsSet(Consumer<BatchDeleteFeaturedResultsSetRequest.Builder> batchDeleteFeaturedResultsSetRequest)Removes one or more sets of featured results.default BatchDeleteFeaturedResultsSetResponseKendraClient. batchDeleteFeaturedResultsSet(BatchDeleteFeaturedResultsSetRequest batchDeleteFeaturedResultsSetRequest)Removes one or more sets of featured results.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type BatchDeleteFeaturedResultsSetResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteFeaturedResultsSetResponse>KendraAsyncClient. batchDeleteFeaturedResultsSet(Consumer<BatchDeleteFeaturedResultsSetRequest.Builder> batchDeleteFeaturedResultsSetRequest)Removes one or more sets of featured results.default CompletableFuture<BatchDeleteFeaturedResultsSetResponse>KendraAsyncClient. batchDeleteFeaturedResultsSet(BatchDeleteFeaturedResultsSetRequest batchDeleteFeaturedResultsSetRequest)Removes one or more sets of featured results.
-