| Package | Description |
|---|---|
| software.amazon.awssdk.services.acm |
|
| Modifier and Type | Method and Description |
|---|---|
default AddTagsToCertificateResponse |
AcmClient.addTagsToCertificate(AddTagsToCertificateRequest addTagsToCertificateRequest)
Adds one or more tags to an ACM certificate.
|
default AddTagsToCertificateResponse |
AcmClient.addTagsToCertificate(Consumer<AddTagsToCertificateRequest.Builder> addTagsToCertificateRequest)
Adds one or more tags to an ACM certificate.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddTagsToCertificateResponse> |
AcmAsyncClient.addTagsToCertificate(AddTagsToCertificateRequest addTagsToCertificateRequest)
Adds one or more tags to an ACM certificate.
|
default CompletableFuture<AddTagsToCertificateResponse> |
AcmAsyncClient.addTagsToCertificate(Consumer<AddTagsToCertificateRequest.Builder> addTagsToCertificateRequest)
Adds one or more tags to an ACM certificate.
|
Copyright © 2023. All rights reserved.