Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model | |
com.amazonaws.services.applicationdiscovery.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ConfigurationTag> |
DescribeTagsResult.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 |
---|---|
ConfigurationTag |
ConfigurationTag.clone() |
ConfigurationTag |
ConfigurationTag.withConfigurationId(java.lang.String configurationId)
The configuration ID for the item you want to tag.
|
ConfigurationTag |
ConfigurationTag.withConfigurationType(ConfigurationItemType configurationType)
A type of IT asset that you want to tag.
|
ConfigurationTag |
ConfigurationTag.withConfigurationType(java.lang.String configurationType)
A type of IT asset that you want to tag.
|
ConfigurationTag |
ConfigurationTag.withKey(java.lang.String key)
A type of tag to filter on.
|
ConfigurationTag |
ConfigurationTag.withTimeOfCreation(java.util.Date timeOfCreation)
The time the configuration tag was created in Coordinated Universal Time
(UTC).
|
ConfigurationTag |
ConfigurationTag.withValue(java.lang.String value)
A value to filter on.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationTag |
ConfigurationTagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationTagJsonMarshaller.marshall(ConfigurationTag configurationTag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|