| 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> |
RemoveTagsFromCertificateRequest.getTags()
The key-value pair that defines the tag to remove.
|
List<Tag> |
AddTagsToCertificateRequest.getTags()
The key-value pair that defines the tag.
|
List<Tag> |
RequestCertificateRequest.getTags()
One or more resource tags to associate with the certificate.
|
List<Tag> |
ImportCertificateRequest.getTags()
One or more resource tags to associate with the imported certificate.
|
List<Tag> |
ListTagsForCertificateResult.getTags()
The key-value pairs that define the applied tags.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromCertificateRequest |
RemoveTagsFromCertificateRequest.withTags(Tag... tags)
The key-value pair that defines the tag to remove.
|
AddTagsToCertificateRequest |
AddTagsToCertificateRequest.withTags(Tag... tags)
The key-value pair that defines the tag.
|
RequestCertificateRequest |
RequestCertificateRequest.withTags(Tag... tags)
One or more resource tags to associate with the certificate.
|
ImportCertificateRequest |
ImportCertificateRequest.withTags(Tag... tags)
One or more resource tags to associate with the imported certificate.
|
ListTagsForCertificateResult |
ListTagsForCertificateResult.withTags(Tag... tags)
The key-value pairs that define the applied tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveTagsFromCertificateRequest.setTags(Collection<Tag> tags)
The key-value pair that defines the tag to remove.
|
void |
AddTagsToCertificateRequest.setTags(Collection<Tag> tags)
The key-value pair that defines the tag.
|
void |
RequestCertificateRequest.setTags(Collection<Tag> tags)
One or more resource tags to associate with the certificate.
|
void |
ImportCertificateRequest.setTags(Collection<Tag> tags)
One or more resource tags to associate with the imported certificate.
|
void |
ListTagsForCertificateResult.setTags(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.
|
AddTagsToCertificateRequest |
AddTagsToCertificateRequest.withTags(Collection<Tag> tags)
The key-value pair that defines the tag.
|
RequestCertificateRequest |
RequestCertificateRequest.withTags(Collection<Tag> tags)
One or more resource tags to associate with the certificate.
|
ImportCertificateRequest |
ImportCertificateRequest.withTags(Collection<Tag> tags)
One or more resource tags to associate with the imported certificate.
|
ListTagsForCertificateResult |
ListTagsForCertificateResult.withTags(Collection<Tag> tags)
The key-value pairs that define the applied tags.
|
Copyright © 2022. All rights reserved.