Uses of Class
software.amazon.awssdk.services.pi.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.pi.model -
-
Uses of Tag in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AnalysisReportSummary. tags()List of all the tags added to the analysis report.List<Tag>CreatePerformanceAnalysisReportRequest. tags()The metadata assigned to the analysis report consisting of a key-value pair.List<Tag>ListTagsForResourceResponse. tags()The metadata assigned to an Amazon RDS resource consisting of a key-value pair.List<Tag>TagResourceRequest. tags()The metadata assigned to an Amazon RDS resource consisting of a key-value pair.Methods in software.amazon.awssdk.services.pi.model with parameters of type Tag Modifier and Type Method Description AnalysisReportSummary.BuilderAnalysisReportSummary.Builder. tags(Tag... tags)List of all the tags added to the analysis report.CreatePerformanceAnalysisReportRequest.BuilderCreatePerformanceAnalysisReportRequest.Builder. tags(Tag... tags)The metadata assigned to the analysis report consisting of a key-value pair.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The metadata assigned to an Amazon RDS resource consisting of a key-value pair.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The metadata assigned to an Amazon RDS resource consisting of a key-value pair.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type Tag Modifier and Type Method Description AnalysisReportSummary.BuilderAnalysisReportSummary.Builder. tags(Collection<Tag> tags)List of all the tags added to the analysis report.CreatePerformanceAnalysisReportRequest.BuilderCreatePerformanceAnalysisReportRequest.Builder. tags(Collection<Tag> tags)The metadata assigned to the analysis report consisting of a key-value pair.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The metadata assigned to an Amazon RDS resource consisting of a key-value pair.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The metadata assigned to an Amazon RDS resource consisting of a key-value pair.
-