| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
Key (name) of the tag.
|
Tag |
Tag.withValue(String value)
Value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
UntagCertificateAuthorityRequest.getTags()
List of tags to be removed from the CA.
|
List<Tag> |
ListTagsResult.getTags()
The tags associated with your private CA.
|
List<Tag> |
CreateCertificateAuthorityRequest.getTags()
Key-value pairs that will be attached to the new private CA.
|
List<Tag> |
TagCertificateAuthorityRequest.getTags()
List of tags to be associated with the CA.
|
| Modifier and Type | Method and Description |
|---|---|
UntagCertificateAuthorityRequest |
UntagCertificateAuthorityRequest.withTags(Tag... tags)
List of tags to be removed from the CA.
|
ListTagsResult |
ListTagsResult.withTags(Tag... tags)
The tags associated with your private CA.
|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withTags(Tag... tags)
Key-value pairs that will be attached to the new private CA.
|
TagCertificateAuthorityRequest |
TagCertificateAuthorityRequest.withTags(Tag... tags)
List of tags to be associated with the CA.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UntagCertificateAuthorityRequest.setTags(Collection<Tag> tags)
List of tags to be removed from the CA.
|
void |
ListTagsResult.setTags(Collection<Tag> tags)
The tags associated with your private CA.
|
void |
CreateCertificateAuthorityRequest.setTags(Collection<Tag> tags)
Key-value pairs that will be attached to the new private CA.
|
void |
TagCertificateAuthorityRequest.setTags(Collection<Tag> tags)
List of tags to be associated with the CA.
|
UntagCertificateAuthorityRequest |
UntagCertificateAuthorityRequest.withTags(Collection<Tag> tags)
List of tags to be removed from the CA.
|
ListTagsResult |
ListTagsResult.withTags(Collection<Tag> tags)
The tags associated with your private CA.
|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withTags(Collection<Tag> tags)
Key-value pairs that will be attached to the new private CA.
|
TagCertificateAuthorityRequest |
TagCertificateAuthorityRequest.withTags(Collection<Tag> tags)
List of tags to be associated with the CA.
|
Copyright © 2024. All rights reserved.