Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model | |
com.amazonaws.services.cloudtrail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
ResourceTag.tagsList |
private SdkInternalList<Tag> |
RemoveTagsRequest.tagsList
Specifies a list of tags to be removed.
|
private SdkInternalList<Tag> |
AddTagsRequest.tagsList
Contains a list of CloudTrail tags, up to a limit of 10.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The key in a key-value pair.
|
Tag |
Tag.withValue(java.lang.String value)
The value in a key-value pair of a tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
ResourceTag.getTagsList() |
java.util.List<Tag> |
RemoveTagsRequest.getTagsList()
Specifies a list of tags to be removed.
|
java.util.List<Tag> |
AddTagsRequest.getTagsList()
Contains a list of CloudTrail tags, up to a limit of 10.
|
Modifier and Type | Method and Description |
---|---|
ResourceTag |
ResourceTag.withTagsList(Tag... tagsList)
NOTE: This method appends the values to the existing list (if
any).
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceTag.setTagsList(java.util.Collection<Tag> tagsList) |
void |
RemoveTagsRequest.setTagsList(java.util.Collection<Tag> tagsList)
Specifies a list of tags to be removed.
|
void |
AddTagsRequest.setTagsList(java.util.Collection<Tag> tagsList)
Contains a list of CloudTrail tags, up to a limit of 10.
|
ResourceTag |
ResourceTag.withTagsList(java.util.Collection<Tag> tagsList) |
RemoveTagsRequest |
RemoveTagsRequest.withTagsList(java.util.Collection<Tag> tagsList)
Specifies a list of tags to be removed.
|
AddTagsRequest |
AddTagsRequest.withTagsList(java.util.Collection<Tag> tagsList)
Contains a list of CloudTrail tags, up to a limit of 10.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagJsonMarshaller.marshall(Tag tag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|