| 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> |
PutConfigRuleRequest.getTags() |
List<Tag> |
TagResourceRequest.getTags()
An array of tag object.
|
List<Tag> |
PutConfigurationAggregatorRequest.getTags() |
List<Tag> |
PutAggregationAuthorizationRequest.getTags() |
List<Tag> |
ListTagsForResourceResult.getTags()
The tags for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
PutConfigRuleRequest |
PutConfigRuleRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
An array of tag object.
|
PutConfigurationAggregatorRequest |
PutConfigurationAggregatorRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
PutAggregationAuthorizationRequest |
PutAggregationAuthorizationRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutConfigRuleRequest.setTags(Collection<Tag> tags) |
void |
TagResourceRequest.setTags(Collection<Tag> tags)
An array of tag object.
|
void |
PutConfigurationAggregatorRequest.setTags(Collection<Tag> tags) |
void |
PutAggregationAuthorizationRequest.setTags(Collection<Tag> tags) |
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags for the resource.
|
PutConfigRuleRequest |
PutConfigRuleRequest.withTags(Collection<Tag> tags) |
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
An array of tag object.
|
PutConfigurationAggregatorRequest |
PutConfigurationAggregatorRequest.withTags(Collection<Tag> tags) |
PutAggregationAuthorizationRequest |
PutAggregationAuthorizationRequest.withTags(Collection<Tag> tags) |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags for the resource.
|
Copyright © 2019. All rights reserved.