Uses of Class
software.amazon.awssdk.services.iam.model.ListServerCertificateTagsResponse
-
Packages that use ListServerCertificateTagsResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListServerCertificateTagsResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListServerCertificateTagsResponse Modifier and Type Method Description default ListServerCertificateTagsResponseIamClient. listServerCertificateTags(Consumer<ListServerCertificateTagsRequest.Builder> listServerCertificateTagsRequest)Lists the tags that are attached to the specified IAM server certificate.default ListServerCertificateTagsResponseIamClient. listServerCertificateTags(ListServerCertificateTagsRequest listServerCertificateTagsRequest)Lists the tags that are attached to the specified IAM server certificate.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListServerCertificateTagsResponse Modifier and Type Method Description default CompletableFuture<ListServerCertificateTagsResponse>IamAsyncClient. listServerCertificateTags(Consumer<ListServerCertificateTagsRequest.Builder> listServerCertificateTagsRequest)Lists the tags that are attached to the specified IAM server certificate.default CompletableFuture<ListServerCertificateTagsResponse>IamAsyncClient. listServerCertificateTags(ListServerCertificateTagsRequest listServerCertificateTagsRequest)Lists the tags that are attached to the specified IAM server certificate. -
Uses of ListServerCertificateTagsResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListServerCertificateTagsResponse Modifier and Type Method Description Iterator<ListServerCertificateTagsResponse>ListServerCertificateTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListServerCertificateTagsResponse Modifier and Type Method Description voidListServerCertificateTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServerCertificateTagsResponse> subscriber)
-