Uses of Interface
software.amazon.awssdk.services.kendra.model.BatchDeleteFeaturedResultsSetRequest.Builder
-
Packages that use BatchDeleteFeaturedResultsSetRequest.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 BatchDeleteFeaturedResultsSetRequest.Builder in software.amazon.awssdk.services.kendra
Method parameters in software.amazon.awssdk.services.kendra with type arguments of type BatchDeleteFeaturedResultsSetRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteFeaturedResultsSetResponse>KendraAsyncClient. batchDeleteFeaturedResultsSet(Consumer<BatchDeleteFeaturedResultsSetRequest.Builder> batchDeleteFeaturedResultsSetRequest)Removes one or more sets of featured results.default BatchDeleteFeaturedResultsSetResponseKendraClient. batchDeleteFeaturedResultsSet(Consumer<BatchDeleteFeaturedResultsSetRequest.Builder> batchDeleteFeaturedResultsSetRequest)Removes one or more sets of featured results. -
Uses of BatchDeleteFeaturedResultsSetRequest.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return BatchDeleteFeaturedResultsSetRequest.Builder Modifier and Type Method Description static BatchDeleteFeaturedResultsSetRequest.BuilderBatchDeleteFeaturedResultsSetRequest. builder()BatchDeleteFeaturedResultsSetRequest.BuilderBatchDeleteFeaturedResultsSetRequest.Builder. featuredResultsSetIds(String... featuredResultsSetIds)The identifiers of the featured results sets that you want to delete.BatchDeleteFeaturedResultsSetRequest.BuilderBatchDeleteFeaturedResultsSetRequest.Builder. featuredResultsSetIds(Collection<String> featuredResultsSetIds)The identifiers of the featured results sets that you want to delete.BatchDeleteFeaturedResultsSetRequest.BuilderBatchDeleteFeaturedResultsSetRequest.Builder. indexId(String indexId)The identifier of the index used for featuring results.BatchDeleteFeaturedResultsSetRequest.BuilderBatchDeleteFeaturedResultsSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteFeaturedResultsSetRequest.BuilderBatchDeleteFeaturedResultsSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteFeaturedResultsSetRequest.BuilderBatchDeleteFeaturedResultsSetRequest. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type BatchDeleteFeaturedResultsSetRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteFeaturedResultsSetRequest.Builder>BatchDeleteFeaturedResultsSetRequest. serializableBuilderClass()
-