Uses of Class
software.amazon.awssdk.services.acm.model.ListTagsForCertificateRequest
-
Packages that use ListTagsForCertificateRequest Package Description software.amazon.awssdk.services.acm Certificate Manager software.amazon.awssdk.services.acm.transform -
-
Uses of ListTagsForCertificateRequest in software.amazon.awssdk.services.acm
Methods in software.amazon.awssdk.services.acm with parameters of type ListTagsForCertificateRequest Modifier and Type Method Description default CompletableFuture<ListTagsForCertificateResponse>AcmAsyncClient. listTagsForCertificate(ListTagsForCertificateRequest 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. -
Uses of ListTagsForCertificateRequest in software.amazon.awssdk.services.acm.transform
Methods in software.amazon.awssdk.services.acm.transform with parameters of type ListTagsForCertificateRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForCertificateRequestMarshaller. marshall(ListTagsForCertificateRequest listTagsForCertificateRequest)
-