Package | Description |
---|---|
com.amazonaws.services.certificatemanager.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.