| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendraranking.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRescoreExecutionPlanRequest.Builder |
CreateRescoreExecutionPlanRequest.Builder.tags(Tag... tags)
A list of key-value pairs that identify or categorize your rescore execution plan.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
A list of tags associated with the rescore execution plan.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tag keys to add to a rescore execution plan.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRescoreExecutionPlanRequest.Builder |
CreateRescoreExecutionPlanRequest.Builder.tags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your rescore execution plan.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
A list of tags associated with the rescore execution plan.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tag keys to add to a rescore execution plan.
|
Copyright © 2023. All rights reserved.