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 Tag
Tag. clone()
Tag
Tag. withKey(String key)
The key of the tag.Tag
Tag. 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 AddTagsToCertificateRequest
AddTagsToCertificateRequest. withTags(Tag... tags)
The key-value pair that defines the tag.ListTagsForCertificateResult
ListTagsForCertificateResult. withTags(Tag... tags)
The key-value pairs that define the applied tags.RemoveTagsFromCertificateRequest
RemoveTagsFromCertificateRequest. 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 void
AddTagsToCertificateRequest. setTags(Collection<Tag> tags)
The key-value pair that defines the tag.void
ListTagsForCertificateResult. setTags(Collection<Tag> tags)
The key-value pairs that define the applied tags.void
RemoveTagsFromCertificateRequest. setTags(Collection<Tag> tags)
The key-value pair that defines the tag to remove.AddTagsToCertificateRequest
AddTagsToCertificateRequest. withTags(Collection<Tag> tags)
The key-value pair that defines the tag.ListTagsForCertificateResult
ListTagsForCertificateResult. withTags(Collection<Tag> tags)
The key-value pairs that define the applied tags.RemoveTagsFromCertificateRequest
RemoveTagsFromCertificateRequest. withTags(Collection<Tag> tags)
The key-value pair that defines the tag to remove.
-