Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model |
Modifier and Type | Method and Description |
---|---|
ResourceTag |
ResourceTag.clone() |
ResourceTag |
ResourceTag.withResourceId(String resourceId)
Specifies the ARN of the resource.
|
ResourceTag |
ResourceTag.withTagsList(Collection<Tag> tagsList) |
ResourceTag |
ResourceTag.withTagsList(Tag... tagsList)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
List<ResourceTag> |
ListTagsResult.getResourceTagList() |
Modifier and Type | Method and Description |
---|---|
ListTagsResult |
ListTagsResult.withResourceTagList(ResourceTag... resourceTagList)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
ListTagsResult.setResourceTagList(Collection<ResourceTag> resourceTagList) |
ListTagsResult |
ListTagsResult.withResourceTagList(Collection<ResourceTag> resourceTagList) |
Copyright © 2018. All rights reserved.