| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationTag |
ConfigurationTag.clone() |
ConfigurationTag |
ConfigurationTag.withConfigurationId(String configurationId)
The configuration ID for the item to tag.
|
ConfigurationTag |
ConfigurationTag.withConfigurationType(ConfigurationItemType configurationType)
A type of IT asset to tag.
|
ConfigurationTag |
ConfigurationTag.withConfigurationType(String configurationType)
A type of IT asset to tag.
|
ConfigurationTag |
ConfigurationTag.withKey(String key)
A type of tag on which to filter.
|
ConfigurationTag |
ConfigurationTag.withTimeOfCreation(Date timeOfCreation)
The time the configuration tag was created in Coordinated Universal Time (UTC).
|
ConfigurationTag |
ConfigurationTag.withValue(String value)
A value on which to filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationTag> |
DescribeTagsResult.getTags()
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a
specific configuration item.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResult |
DescribeTagsResult.withTags(ConfigurationTag... tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a
specific configuration item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTagsResult.setTags(Collection<ConfigurationTag> tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a
specific configuration item.
|
DescribeTagsResult |
DescribeTagsResult.withTags(Collection<ConfigurationTag> tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a
specific configuration item.
|
Copyright © 2023. All rights reserved.