| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
One part of a key-value pair that make up a tag.
|
Tag |
Tag.withValue(String value)
The optional part of a key-value pair that make up a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
An array of tag object.
|
List<Tag> |
PutStoredQueryRequest.getTags()
A list of
Tags object. |
List<Tag> |
PutConfigurationAggregatorRequest.getTags()
An array of tag object.
|
List<Tag> |
PutConfigRuleRequest.getTags()
An array of tag object.
|
List<Tag> |
PutAggregationAuthorizationRequest.getTags()
An array of tag object.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
An array of tag object.
|
PutStoredQueryRequest |
PutStoredQueryRequest.withTags(Tag... tags)
A list of
Tags object. |
PutConfigurationAggregatorRequest |
PutConfigurationAggregatorRequest.withTags(Tag... tags)
An array of tag object.
|
PutConfigRuleRequest |
PutConfigRuleRequest.withTags(Tag... tags)
An array of tag object.
|
PutAggregationAuthorizationRequest |
PutAggregationAuthorizationRequest.withTags(Tag... tags)
An array of tag object.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
An array of tag object.
|
void |
PutStoredQueryRequest.setTags(Collection<Tag> tags)
A list of
Tags object. |
void |
PutConfigurationAggregatorRequest.setTags(Collection<Tag> tags)
An array of tag object.
|
void |
PutConfigRuleRequest.setTags(Collection<Tag> tags)
An array of tag object.
|
void |
PutAggregationAuthorizationRequest.setTags(Collection<Tag> tags)
An array of tag object.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags for the resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
An array of tag object.
|
PutStoredQueryRequest |
PutStoredQueryRequest.withTags(Collection<Tag> tags)
A list of
Tags object. |
PutConfigurationAggregatorRequest |
PutConfigurationAggregatorRequest.withTags(Collection<Tag> tags)
An array of tag object.
|
PutConfigRuleRequest |
PutConfigRuleRequest.withTags(Collection<Tag> tags)
An array of tag object.
|
PutAggregationAuthorizationRequest |
PutAggregationAuthorizationRequest.withTags(Collection<Tag> tags)
An array of tag object.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags for the resource.
|
Copyright © 2023. All rights reserved.