Uses of Class
software.amazon.awssdk.services.pi.model.Tag
Packages that use Tag
-
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 TagModifier and TypeMethodDescriptionAnalysisReportSummary.tags()List of all the tags added to the analysis report.CreatePerformanceAnalysisReportRequest.tags()The metadata assigned to the analysis report consisting of a key-value pair.ListTagsForResourceResponse.tags()The metadata assigned to an Amazon RDS resource consisting of a key-value pair.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 TagModifier and TypeMethodDescriptionList of all the tags added to the analysis report.The metadata assigned to the analysis report consisting of a key-value pair.The metadata assigned to an Amazon RDS resource consisting of a key-value pair.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 TagModifier and TypeMethodDescriptionAnalysisReportSummary.Builder.tags(Collection<Tag> tags) List of all the tags added to the analysis report.CreatePerformanceAnalysisReportRequest.Builder.tags(Collection<Tag> tags) The metadata assigned to the analysis report consisting of a key-value pair.ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags) The metadata assigned to an Amazon RDS resource consisting of a key-value pair.TagResourceRequest.Builder.tags(Collection<Tag> tags) The metadata assigned to an Amazon RDS resource consisting of a key-value pair.