Uses of Class
software.amazon.awssdk.services.licensemanager.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of Tag in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateLicenseConfigurationRequest. tags()Tags to add to the license configuration.List<Tag>CreateLicenseManagerReportGeneratorRequest. tags()Tags to add to the report generator.List<Tag>GetLicenseConfigurationResponse. tags()Tags for the license configuration.List<Tag>ListTagsForResourceResponse. tags()Information about the tags.List<Tag>ReportGenerator. tags()Tags associated with the report generator.List<Tag>TagResourceRequest. tags()One or more tags.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type Tag Modifier and Type Method Description CreateLicenseConfigurationRequest.BuilderCreateLicenseConfigurationRequest.Builder. tags(Tag... tags)Tags to add to the license configuration.CreateLicenseManagerReportGeneratorRequest.BuilderCreateLicenseManagerReportGeneratorRequest.Builder. tags(Tag... tags)Tags to add to the report generator.GetLicenseConfigurationResponse.BuilderGetLicenseConfigurationResponse.Builder. tags(Tag... tags)Tags for the license configuration.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)Information about the tags.ReportGenerator.BuilderReportGenerator.Builder. tags(Tag... tags)Tags associated with the report generator.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)One or more tags.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type Tag Modifier and Type Method Description CreateLicenseConfigurationRequest.BuilderCreateLicenseConfigurationRequest.Builder. tags(Collection<Tag> tags)Tags to add to the license configuration.CreateLicenseManagerReportGeneratorRequest.BuilderCreateLicenseManagerReportGeneratorRequest.Builder. tags(Collection<Tag> tags)Tags to add to the report generator.GetLicenseConfigurationResponse.BuilderGetLicenseConfigurationResponse.Builder. tags(Collection<Tag> tags)Tags for the license configuration.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)Information about the tags.ReportGenerator.BuilderReportGenerator.Builder. tags(Collection<Tag> tags)Tags associated with the report generator.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)One or more tags.
-