Uses of Interface
software.amazon.awssdk.services.kendraranking.model.ListTagsForResourceRequest.Builder
-
Packages that use ListTagsForResourceRequest.Builder Package Description software.amazon.awssdk.services.kendraranking Amazon Kendra Intelligent Ranking uses Amazon Kendra semantic search capabilities to intelligently re-rank a search service's results.software.amazon.awssdk.services.kendraranking.model -
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.kendraranking
Method parameters in software.amazon.awssdk.services.kendraranking with type arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>KendraRankingAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets a list of tags associated with a specified resource.default ListTagsForResourceResponseKendraRankingClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets a list of tags associated with a specified resource. -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.kendraranking.model
Methods in software.amazon.awssdk.services.kendraranking.model that return ListTagsForResourceRequest.Builder Modifier and Type Method Description static ListTagsForResourceRequest.BuilderListTagsForResourceRequest. builder()ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. resourceARN(String resourceARN)The Amazon Resource Name (ARN) of the rescore execution plan to get a list of tags for.ListTagsForResourceRequest.BuilderListTagsForResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.kendraranking.model that return types with arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest. serializableBuilderClass()
-