| Package | Description |
|---|---|
| software.amazon.awssdk.services.acm.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
RequestCertificateRequest.tags()
One or more resource tags to associate with the certificate.
|
List<Tag> |
AddTagsToCertificateRequest.tags()
The key-value pair that defines the tag.
|
List<Tag> |
ImportCertificateRequest.tags()
One or more resource tags to associate with the imported certificate.
|
List<Tag> |
ListTagsForCertificateResponse.tags()
The key-value pairs that define the applied tags.
|
List<Tag> |
RemoveTagsFromCertificateRequest.tags()
The key-value pair that defines the tag to remove.
|
| Modifier and Type | Method and Description |
|---|---|
RequestCertificateRequest.Builder |
RequestCertificateRequest.Builder.tags(Tag... tags)
One or more resource tags to associate with the certificate.
|
AddTagsToCertificateRequest.Builder |
AddTagsToCertificateRequest.Builder.tags(Tag... tags)
The key-value pair that defines the tag.
|
ImportCertificateRequest.Builder |
ImportCertificateRequest.Builder.tags(Tag... tags)
One or more resource tags to associate with the imported certificate.
|
ListTagsForCertificateResponse.Builder |
ListTagsForCertificateResponse.Builder.tags(Tag... tags)
The key-value pairs that define the applied tags.
|
RemoveTagsFromCertificateRequest.Builder |
RemoveTagsFromCertificateRequest.Builder.tags(Tag... tags)
The key-value pair that defines the tag to remove.
|
| Modifier and Type | Method and Description |
|---|---|
RequestCertificateRequest.Builder |
RequestCertificateRequest.Builder.tags(Collection<Tag> tags)
One or more resource tags to associate with the certificate.
|
AddTagsToCertificateRequest.Builder |
AddTagsToCertificateRequest.Builder.tags(Collection<Tag> tags)
The key-value pair that defines the tag.
|
ImportCertificateRequest.Builder |
ImportCertificateRequest.Builder.tags(Collection<Tag> tags)
One or more resource tags to associate with the imported certificate.
|
ListTagsForCertificateResponse.Builder |
ListTagsForCertificateResponse.Builder.tags(Collection<Tag> tags)
The key-value pairs that define the applied tags.
|
RemoveTagsFromCertificateRequest.Builder |
RemoveTagsFromCertificateRequest.Builder.tags(Collection<Tag> tags)
The key-value pair that defines the tag to remove.
|
Copyright © 2023. All rights reserved.