| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Tag key.
|
Tag |
Tag.withValue(String value)
Tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ReportGenerator.getTags()
Tags associated with the report generator.
|
List<Tag> |
TagResourceRequest.getTags()
One or more tags.
|
List<Tag> |
GetLicenseConfigurationResult.getTags()
Tags for the license configuration.
|
List<Tag> |
CreateLicenseConfigurationRequest.getTags()
Tags to add to the license configuration.
|
List<Tag> |
CreateLicenseManagerReportGeneratorRequest.getTags()
Tags to add to the report generator.
|
List<Tag> |
ListTagsForResourceResult.getTags()
Information about the tags.
|
| Modifier and Type | Method and Description |
|---|---|
ReportGenerator |
ReportGenerator.withTags(Tag... tags)
Tags associated with the report generator.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
One or more tags.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withTags(Tag... tags)
Tags for the license configuration.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withTags(Tag... tags)
Tags to add to the license configuration.
|
CreateLicenseManagerReportGeneratorRequest |
CreateLicenseManagerReportGeneratorRequest.withTags(Tag... tags)
Tags to add to the report generator.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Information about the tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportGenerator.setTags(Collection<Tag> tags)
Tags associated with the report generator.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
One or more tags.
|
void |
GetLicenseConfigurationResult.setTags(Collection<Tag> tags)
Tags for the license configuration.
|
void |
CreateLicenseConfigurationRequest.setTags(Collection<Tag> tags)
Tags to add to the license configuration.
|
void |
CreateLicenseManagerReportGeneratorRequest.setTags(Collection<Tag> tags)
Tags to add to the report generator.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
Information about the tags.
|
ReportGenerator |
ReportGenerator.withTags(Collection<Tag> tags)
Tags associated with the report generator.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
One or more tags.
|
GetLicenseConfigurationResult |
GetLicenseConfigurationResult.withTags(Collection<Tag> tags)
Tags for the license configuration.
|
CreateLicenseConfigurationRequest |
CreateLicenseConfigurationRequest.withTags(Collection<Tag> tags)
Tags to add to the license configuration.
|
CreateLicenseManagerReportGeneratorRequest |
CreateLicenseManagerReportGeneratorRequest.withTags(Collection<Tag> tags)
Tags to add to the report generator.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Information about the tags.
|
Copyright © 2024. All rights reserved.