Uses of Class
software.amazon.awssdk.services.iam.paginators.ListServerCertificatesIterable
-
Packages that use ListServerCertificatesIterable Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListServerCertificatesIterable in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListServerCertificatesIterable Modifier and Type Method Description default ListServerCertificatesIterableIamClient. listServerCertificatesPaginator()Lists the server certificates stored in IAM that have the specified path prefix.default ListServerCertificatesIterableIamClient. listServerCertificatesPaginator(Consumer<ListServerCertificatesRequest.Builder> listServerCertificatesRequest)Lists the server certificates stored in IAM that have the specified path prefix.default ListServerCertificatesIterableIamClient. listServerCertificatesPaginator(ListServerCertificatesRequest listServerCertificatesRequest)Lists the server certificates stored in IAM that have the specified path prefix.
-