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