| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
GetLicenseConfigurationResponse.tags()
List of tags attached to the license configuration.
|
List<Tag> |
TagResourceRequest.tags()
Names of the tags to attach to the resource.
|
List<Tag> |
CreateLicenseConfigurationRequest.tags()
The tags to apply to the resources during launch.
|
List<Tag> |
ListTagsForResourceResponse.tags()
List of tags attached to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.tags(Tag... tags)
List of tags attached to the license configuration.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
Names of the tags to attach to the resource.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.tags(Tag... tags)
The tags to apply to the resources during launch.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
List of tags attached to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetLicenseConfigurationResponse.Builder |
GetLicenseConfigurationResponse.Builder.tags(Collection<Tag> tags)
List of tags attached to the license configuration.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
Names of the tags to attach to the resource.
|
CreateLicenseConfigurationRequest.Builder |
CreateLicenseConfigurationRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the resources during launch.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
List of tags attached to the resource.
|
Copyright © 2019. All rights reserved.