Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key in a key-value pair.
|
Tag |
Tag.withValue(String value)
The value in a key-value pair of a tag.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
RemoveTagsRequest.getTagsList()
Specifies a list of tags to be removed.
|
List<Tag> |
AddTagsRequest.getTagsList()
Contains a list of CloudTrail tags, up to a limit of 10.
|
List<Tag> |
ResourceTag.getTagsList() |
Modifier and Type | Method and Description |
---|---|
RemoveTagsRequest |
RemoveTagsRequest.withTagsList(Tag... tagsList)
Specifies a list of tags to be removed.
|
AddTagsRequest |
AddTagsRequest.withTagsList(Tag... tagsList)
Contains a list of CloudTrail tags, up to a limit of 10.
|
ResourceTag |
ResourceTag.withTagsList(Tag... tagsList)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
RemoveTagsRequest.setTagsList(Collection<Tag> tagsList)
Specifies a list of tags to be removed.
|
void |
AddTagsRequest.setTagsList(Collection<Tag> tagsList)
Contains a list of CloudTrail tags, up to a limit of 10.
|
void |
ResourceTag.setTagsList(Collection<Tag> tagsList) |
RemoveTagsRequest |
RemoveTagsRequest.withTagsList(Collection<Tag> tagsList)
Specifies a list of tags to be removed.
|
AddTagsRequest |
AddTagsRequest.withTagsList(Collection<Tag> tagsList)
Contains a list of CloudTrail tags, up to a limit of 10.
|
ResourceTag |
ResourceTag.withTagsList(Collection<Tag> tagsList) |
Copyright © 2018. All rights reserved.