| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
One or more tags.
|
List<Tag> |
GetLicenseConfigurationResponse.tags()
Tags for the license configuration.
|
List<Tag> |
CreateLicenseConfigurationRequest.tags()
Tags to add to the license configuration.
|
List<Tag> |
ListTagsForResourceResponse.tags()
Information about the tags.
|
List<Tag> |
CreateLicenseManagerReportGeneratorRequest.tags()
Tags to add to the report generator.
|
List<Tag> |
ReportGenerator.tags()
Tags associated with the report generator.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
One or more tags.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.tags(Tag... tags)
Tags for the license configuration.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.tags(Tag... tags)
Tags to add to the license configuration.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
Information about the tags.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.tags(Tag... tags)
Tags to add to the report generator.
|
ReportGenerator.Builder |
ReportGenerator.Builder.tags(Tag... tags)
Tags associated with the report generator.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
One or more tags.
|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.tags(Collection<Tag> tags)
Tags for the license configuration.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.tags(Collection<Tag> tags)
Tags to add to the license configuration.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
Information about the tags.
|
CreateLicenseManagerReportGeneratorRequest.Builder |
CreateLicenseManagerReportGeneratorRequest.Builder.tags(Collection<Tag> tags)
Tags to add to the report generator.
|
ReportGenerator.Builder |
ReportGenerator.Builder.tags(Collection<Tag> tags)
Tags associated with the report generator.
|
Copyright © 2023. All rights reserved.