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