| Package | Description |
|---|---|
| com.amazonaws.services.kendraranking.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key for the tag.
|
Tag |
Tag.withValue(String value)
The value associated with the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A list of tag keys to add to a rescore execution plan.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of tags associated with the rescore execution plan.
|
List<Tag> |
CreateRescoreExecutionPlanRequest.getTags()
A list of key-value pairs that identify or categorize your rescore execution plan.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tag keys to add to a rescore execution plan.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tags associated with the rescore execution plan.
|
CreateRescoreExecutionPlanRequest |
CreateRescoreExecutionPlanRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize your rescore execution plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tag keys to add to a rescore execution plan.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of tags associated with the rescore execution plan.
|
void |
CreateRescoreExecutionPlanRequest.setTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your rescore execution plan.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tag keys to add to a rescore execution plan.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tags associated with the rescore execution plan.
|
CreateRescoreExecutionPlanRequest |
CreateRescoreExecutionPlanRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize your rescore execution plan.
|
Copyright © 2024. All rights reserved.