Uses of Class
software.amazon.awssdk.services.acm.model.ListTagsForCertificateResponse
-
Packages that use ListTagsForCertificateResponse Package Description software.amazon.awssdk.services.acm Certificate Manager -
-
Uses of ListTagsForCertificateResponse in software.amazon.awssdk.services.acm
Methods in software.amazon.awssdk.services.acm that return ListTagsForCertificateResponse Modifier and Type Method Description default ListTagsForCertificateResponseAcmClient. listTagsForCertificate(Consumer<ListTagsForCertificateRequest.Builder> listTagsForCertificateRequest)Lists the tags that have been applied to the ACM certificate.default ListTagsForCertificateResponseAcmClient. listTagsForCertificate(ListTagsForCertificateRequest listTagsForCertificateRequest)Lists the tags that have been applied to the ACM certificate.Methods in software.amazon.awssdk.services.acm that return types with arguments of type ListTagsForCertificateResponse Modifier and Type Method Description default CompletableFuture<ListTagsForCertificateResponse>AcmAsyncClient. listTagsForCertificate(Consumer<ListTagsForCertificateRequest.Builder> listTagsForCertificateRequest)Lists the tags that have been applied to the ACM certificate.default CompletableFuture<ListTagsForCertificateResponse>AcmAsyncClient. listTagsForCertificate(ListTagsForCertificateRequest listTagsForCertificateRequest)Lists the tags that have been applied to the ACM certificate.
-