Uses of Class
software.amazon.awssdk.services.kendraranking.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.kendraranking.model -
-
Uses of Tag in software.amazon.awssdk.services.kendraranking.model
Methods in software.amazon.awssdk.services.kendraranking.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateRescoreExecutionPlanRequest. tags()A list of key-value pairs that identify or categorize your rescore execution plan.List<Tag>ListTagsForResourceResponse. tags()A list of tags associated with the rescore execution plan.List<Tag>TagResourceRequest. tags()A list of tag keys to add to a rescore execution plan.Methods in software.amazon.awssdk.services.kendraranking.model with parameters of type Tag Modifier and Type Method Description CreateRescoreExecutionPlanRequest.BuilderCreateRescoreExecutionPlanRequest.Builder. tags(Tag... tags)A list of key-value pairs that identify or categorize your rescore execution plan.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tags associated with the rescore execution plan.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tag keys to add to a rescore execution plan.Method parameters in software.amazon.awssdk.services.kendraranking.model with type arguments of type Tag Modifier and Type Method Description CreateRescoreExecutionPlanRequest.BuilderCreateRescoreExecutionPlanRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs that identify or categorize your rescore execution plan.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tags associated with the rescore execution plan.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tag keys to add to a rescore execution plan.
-