Uses of Class
com.amazonaws.services.cloudtrail.model.ResourceTag
-
Packages that use ResourceTag Package Description com.amazonaws.services.cloudtrail.model -
-
Uses of ResourceTag in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return ResourceTag Modifier and Type Method Description ResourceTag
ResourceTag. clone()
ResourceTag
ResourceTag. withResourceId(String resourceId)
Specifies the ARN of the resource.ResourceTag
ResourceTag. withTagsList(Tag... tagsList)
NOTE: This method appends the values to the existing list (if any).ResourceTag
ResourceTag. withTagsList(Collection<Tag> tagsList)
Methods in com.amazonaws.services.cloudtrail.model that return types with arguments of type ResourceTag Modifier and Type Method Description List<ResourceTag>
ListTagsResult. getResourceTagList()
Methods in com.amazonaws.services.cloudtrail.model with parameters of type ResourceTag Modifier and Type Method Description ListTagsResult
ListTagsResult. withResourceTagList(ResourceTag... resourceTagList)
NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.cloudtrail.model with type arguments of type ResourceTag Modifier and Type Method Description void
ListTagsResult. setResourceTagList(Collection<ResourceTag> resourceTagList)
ListTagsResult
ListTagsResult. withResourceTagList(Collection<ResourceTag> resourceTagList)
-