Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of Tag in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>Filter. tags()A list of tags assigned to the recommendation.List<Tag>GetRecommendationResponse. tags()A list of tags associated with the resource for which the recommendation exists.List<Tag>Recommendation. tags()A list of tags assigned to the recommendation.Methods in software.amazon.awssdk.services.costoptimizationhub.model with parameters of type Tag Modifier and Type Method Description Filter.BuilderFilter.Builder. tags(Tag... tags)A list of tags assigned to the recommendation.GetRecommendationResponse.BuilderGetRecommendationResponse.Builder. tags(Tag... tags)A list of tags associated with the resource for which the recommendation exists.Recommendation.BuilderRecommendation.Builder. tags(Tag... tags)A list of tags assigned to the recommendation.Method parameters in software.amazon.awssdk.services.costoptimizationhub.model with type arguments of type Tag Modifier and Type Method Description Filter.BuilderFilter.Builder. tags(Collection<Tag> tags)A list of tags assigned to the recommendation.GetRecommendationResponse.BuilderGetRecommendationResponse.Builder. tags(Collection<Tag> tags)A list of tags associated with the resource for which the recommendation exists.Recommendation.BuilderRecommendation.Builder. tags(Collection<Tag> tags)A list of tags assigned to the recommendation.
-