Uses of Class
software.amazon.awssdk.services.iam.model.ListServerCertificatesResponse
-
Packages that use ListServerCertificatesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListServerCertificatesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListServerCertificatesResponse Modifier and Type Method Description default ListServerCertificatesResponseIamClient. listServerCertificates()Lists the server certificates stored in IAM that have the specified path prefix.default ListServerCertificatesResponseIamClient. listServerCertificates(Consumer<ListServerCertificatesRequest.Builder> listServerCertificatesRequest)Lists the server certificates stored in IAM that have the specified path prefix.default ListServerCertificatesResponseIamClient. listServerCertificates(ListServerCertificatesRequest listServerCertificatesRequest)Lists the server certificates stored in IAM that have the specified path prefix.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListServerCertificatesResponse Modifier and Type Method Description default CompletableFuture<ListServerCertificatesResponse>IamAsyncClient. listServerCertificates()Lists the server certificates stored in IAM that have the specified path prefix.default CompletableFuture<ListServerCertificatesResponse>IamAsyncClient. listServerCertificates(Consumer<ListServerCertificatesRequest.Builder> listServerCertificatesRequest)Lists the server certificates stored in IAM that have the specified path prefix.default CompletableFuture<ListServerCertificatesResponse>IamAsyncClient. listServerCertificates(ListServerCertificatesRequest listServerCertificatesRequest)Lists the server certificates stored in IAM that have the specified path prefix. -
Uses of ListServerCertificatesResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListServerCertificatesResponse Modifier and Type Method Description Iterator<ListServerCertificatesResponse>ListServerCertificatesIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListServerCertificatesResponse Modifier and Type Method Description voidListServerCertificatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServerCertificatesResponse> subscriber)
-