Uses of Class
software.amazon.awssdk.services.acm.model.AddTagsToCertificateResponse
-
Packages that use AddTagsToCertificateResponse Package Description software.amazon.awssdk.services.acm Certificate Manager -
-
Uses of AddTagsToCertificateResponse in software.amazon.awssdk.services.acm
Methods in software.amazon.awssdk.services.acm that return AddTagsToCertificateResponse Modifier and Type Method Description default AddTagsToCertificateResponseAcmClient. addTagsToCertificate(Consumer<AddTagsToCertificateRequest.Builder> addTagsToCertificateRequest)Adds one or more tags to an ACM certificate.default AddTagsToCertificateResponseAcmClient. addTagsToCertificate(AddTagsToCertificateRequest addTagsToCertificateRequest)Adds one or more tags to an ACM certificate.Methods in software.amazon.awssdk.services.acm that return types with arguments of type AddTagsToCertificateResponse Modifier and Type Method Description default CompletableFuture<AddTagsToCertificateResponse>AcmAsyncClient. addTagsToCertificate(Consumer<AddTagsToCertificateRequest.Builder> addTagsToCertificateRequest)Adds one or more tags to an ACM certificate.default CompletableFuture<AddTagsToCertificateResponse>AcmAsyncClient. addTagsToCertificate(AddTagsToCertificateRequest addTagsToCertificateRequest)Adds one or more tags to an ACM certificate.
-