Uses of Class
com.amazonaws.services.certificatemanager.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.certificatemanager.model
Methods in com.amazonaws.services.certificatemanager.model that return TagMethods in com.amazonaws.services.certificatemanager.model that return types with arguments of type TagModifier and TypeMethodDescriptionAddTagsToCertificateRequest.getTags()
The key-value pair that defines the tag.ListTagsForCertificateResult.getTags()
The key-value pairs that define the applied tags.RemoveTagsFromCertificateRequest.getTags()
The key-value pair that defines the tag to remove.Methods in com.amazonaws.services.certificatemanager.model with parameters of type TagModifier and TypeMethodDescriptionThe key-value pair that defines the tag.The key-value pairs that define the applied tags.The key-value pair that defines the tag to remove.Method parameters in com.amazonaws.services.certificatemanager.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
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.withTags
(Collection<Tag> tags) The key-value pair that defines the tag.ListTagsForCertificateResult.withTags
(Collection<Tag> tags) The key-value pairs that define the applied tags.RemoveTagsFromCertificateRequest.withTags
(Collection<Tag> tags) The key-value pair that defines the tag to remove.