Uses of Class
software.amazon.awssdk.services.costandusagereport.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.costandusagereport.model -
-
Uses of Tag in software.amazon.awssdk.services.costandusagereport.model
Methods in software.amazon.awssdk.services.costandusagereport.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResponse. tags()The tags assigned to the report definition resource.List<Tag>PutReportDefinitionRequest. tags()The tags to be assigned to the report definition resource.List<Tag>TagResourceRequest. tags()The tags to be assigned to the report definition resource.Methods in software.amazon.awssdk.services.costandusagereport.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags assigned to the report definition resource.PutReportDefinitionRequest.BuilderPutReportDefinitionRequest.Builder. tags(Tag... tags)The tags to be assigned to the report definition resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to be assigned to the report definition resource.Method parameters in software.amazon.awssdk.services.costandusagereport.model with type arguments of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags assigned to the report definition resource.PutReportDefinitionRequest.BuilderPutReportDefinitionRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the report definition resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the report definition resource.
-