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 ResourceTagResourceTag. clone()ResourceTagResourceTag. withResourceId(String resourceId)Specifies the ARN of the resource.ResourceTagResourceTag. withTagsList(Tag... tagsList)NOTE: This method appends the values to the existing list (if any).ResourceTagResourceTag. 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 ListTagsResultListTagsResult. 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 voidListTagsResult. setResourceTagList(Collection<ResourceTag> resourceTagList)ListTagsResultListTagsResult. withResourceTagList(Collection<ResourceTag> resourceTagList)
-