Uses of Class
software.amazon.awssdk.services.iam.paginators.ListServerCertificateTagsPublisher
-
Packages that use ListServerCertificateTagsPublisher Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListServerCertificateTagsPublisher in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListServerCertificateTagsPublisher Modifier and Type Method Description default ListServerCertificateTagsPublisherIamAsyncClient. listServerCertificateTagsPaginator(Consumer<ListServerCertificateTagsRequest.Builder> listServerCertificateTagsRequest)Lists the tags that are attached to the specified IAM server certificate.default ListServerCertificateTagsPublisherIamAsyncClient. listServerCertificateTagsPaginator(ListServerCertificateTagsRequest listServerCertificateTagsRequest)Lists the tags that are attached to the specified IAM server certificate.
-