Uses of Class
com.amazonaws.services.cloudtrail.model.ResourceTag
Packages that use ResourceTag
-
Uses of ResourceTag in com.amazonaws.services.cloudtrail.model
Methods in com.amazonaws.services.cloudtrail.model that return ResourceTagModifier and TypeMethodDescriptionResourceTag.clone()
ResourceTag.withResourceId
(String resourceId) Specifies the ARN of the resource.ResourceTag.withTagsList
(Tag... tagsList) NOTE: This method appends the values to the existing list (if any).ResourceTag.withTagsList
(Collection<Tag> tagsList) Methods in com.amazonaws.services.cloudtrail.model that return types with arguments of type ResourceTagMethods in com.amazonaws.services.cloudtrail.model with parameters of type ResourceTagModifier and TypeMethodDescriptionListTagsResult.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 ResourceTagModifier and TypeMethodDescriptionvoid
ListTagsResult.setResourceTagList
(Collection<ResourceTag> resourceTagList) ListTagsResult.withResourceTagList
(Collection<ResourceTag> resourceTagList)