Uses of Class
com.amazonaws.services.certificatemanager.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.certificatemanager.model -
-
Uses of Tag in com.amazonaws.services.certificatemanager.model
Methods in com.amazonaws.services.certificatemanager.model that return Tag Modifier and Type Method Description TagTag. clone()TagTag. withKey(String key)The key of the tag.TagTag. withValue(String value)The value of the tag.Methods in com.amazonaws.services.certificatemanager.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsToCertificateRequest. getTags()The key-value pair that defines the tag.List<Tag>ListTagsForCertificateResult. getTags()The key-value pairs that define the applied tags.List<Tag>RemoveTagsFromCertificateRequest. getTags()The key-value pair that defines the tag to remove.Methods in com.amazonaws.services.certificatemanager.model with parameters of type Tag Modifier and Type Method Description AddTagsToCertificateRequestAddTagsToCertificateRequest. withTags(Tag... tags)The key-value pair that defines the tag.ListTagsForCertificateResultListTagsForCertificateResult. withTags(Tag... tags)The key-value pairs that define the applied tags.RemoveTagsFromCertificateRequestRemoveTagsFromCertificateRequest. withTags(Tag... tags)The key-value pair that defines the tag to remove.Method parameters in com.amazonaws.services.certificatemanager.model with type arguments of type Tag Modifier and Type Method Description voidAddTagsToCertificateRequest. setTags(Collection<Tag> tags)The key-value pair that defines the tag.voidListTagsForCertificateResult. setTags(Collection<Tag> tags)The key-value pairs that define the applied tags.voidRemoveTagsFromCertificateRequest. setTags(Collection<Tag> tags)The key-value pair that defines the tag to remove.AddTagsToCertificateRequestAddTagsToCertificateRequest. withTags(Collection<Tag> tags)The key-value pair that defines the tag.ListTagsForCertificateResultListTagsForCertificateResult. withTags(Collection<Tag> tags)The key-value pairs that define the applied tags.RemoveTagsFromCertificateRequestRemoveTagsFromCertificateRequest. withTags(Collection<Tag> tags)The key-value pair that defines the tag to remove.
-