| 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> |
CreateChannelResult.getTags() |
List<Tag> |
CreateChannelRequest.getTags() |
List<Tag> |
CreateTrailRequest.getTagsList() |
List<Tag> |
CreateEventDataStoreRequest.getTagsList() |
List<Tag> |
AddTagsRequest.getTagsList()
Contains a list of tags, up to a limit of 50
|
List<Tag> |
RemoveTagsRequest.getTagsList()
Specifies a list of tags to be removed.
|
List<Tag> |
ResourceTag.getTagsList()
A list of tags.
|
List<Tag> |
CreateEventDataStoreResult.getTagsList() |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResult |
CreateChannelResult.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateChannelRequest |
CreateChannelRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CreateTrailRequest |
CreateTrailRequest.withTagsList(Tag... tagsList)
NOTE: This method appends the values to the existing list (if any).
|
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withTagsList(Tag... tagsList)
NOTE: This method appends the values to the existing list (if any).
|
AddTagsRequest |
AddTagsRequest.withTagsList(Tag... tagsList)
Contains a list of tags, up to a limit of 50
|
RemoveTagsRequest |
RemoveTagsRequest.withTagsList(Tag... tagsList)
Specifies a list of tags to be removed.
|
ResourceTag |
ResourceTag.withTagsList(Tag... tagsList)
A list of tags.
|
CreateEventDataStoreResult |
CreateEventDataStoreResult.withTagsList(Tag... tagsList)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateChannelResult.setTags(Collection<Tag> tags) |
void |
CreateChannelRequest.setTags(Collection<Tag> tags) |
void |
CreateTrailRequest.setTagsList(Collection<Tag> tagsList) |
void |
CreateEventDataStoreRequest.setTagsList(Collection<Tag> tagsList) |
void |
AddTagsRequest.setTagsList(Collection<Tag> tagsList)
Contains a list of tags, up to a limit of 50
|
void |
RemoveTagsRequest.setTagsList(Collection<Tag> tagsList)
Specifies a list of tags to be removed.
|
void |
ResourceTag.setTagsList(Collection<Tag> tagsList)
A list of tags.
|
void |
CreateEventDataStoreResult.setTagsList(Collection<Tag> tagsList) |
CreateChannelResult |
CreateChannelResult.withTags(Collection<Tag> tags) |
CreateChannelRequest |
CreateChannelRequest.withTags(Collection<Tag> tags) |
CreateTrailRequest |
CreateTrailRequest.withTagsList(Collection<Tag> tagsList) |
CreateEventDataStoreRequest |
CreateEventDataStoreRequest.withTagsList(Collection<Tag> tagsList) |
AddTagsRequest |
AddTagsRequest.withTagsList(Collection<Tag> tagsList)
Contains a list of tags, up to a limit of 50
|
RemoveTagsRequest |
RemoveTagsRequest.withTagsList(Collection<Tag> tagsList)
Specifies a list of tags to be removed.
|
ResourceTag |
ResourceTag.withTagsList(Collection<Tag> tagsList)
A list of tags.
|
CreateEventDataStoreResult |
CreateEventDataStoreResult.withTagsList(Collection<Tag> tagsList) |
Copyright © 2023. All rights reserved.