| Package | Description |
|---|---|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key that's associated with the tag.
|
Tag |
Tag.withValue(String value)
The value that's associated with the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
GetRecommendationResult.getTags()
A list of tags associated with the resource for which the recommendation exists.
|
List<Tag> |
Filter.getTags()
A list of tags assigned to the recommendation.
|
List<Tag> |
Recommendation.getTags()
A list of tags assigned to the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecommendationResult |
GetRecommendationResult.withTags(Tag... tags)
A list of tags associated with the resource for which the recommendation exists.
|
Filter |
Filter.withTags(Tag... tags)
A list of tags assigned to the recommendation.
|
Recommendation |
Recommendation.withTags(Tag... tags)
A list of tags assigned to the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRecommendationResult.setTags(Collection<Tag> tags)
A list of tags associated with the resource for which the recommendation exists.
|
void |
Filter.setTags(Collection<Tag> tags)
A list of tags assigned to the recommendation.
|
void |
Recommendation.setTags(Collection<Tag> tags)
A list of tags assigned to the recommendation.
|
GetRecommendationResult |
GetRecommendationResult.withTags(Collection<Tag> tags)
A list of tags associated with the resource for which the recommendation exists.
|
Filter |
Filter.withTags(Collection<Tag> tags)
A list of tags assigned to the recommendation.
|
Recommendation |
Recommendation.withTags(Collection<Tag> tags)
A list of tags assigned to the recommendation.
|
Copyright © 2023. All rights reserved.