Uses of Class
software.amazon.awssdk.services.iam.model.ListServerCertificateTagsRequest
-
Packages that use ListServerCertificateTagsRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators software.amazon.awssdk.services.iam.transform -
-
Uses of ListServerCertificateTagsRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListServerCertificateTagsRequest Modifier and Type Method Description default CompletableFuture<ListServerCertificateTagsResponse>IamAsyncClient. listServerCertificateTags(ListServerCertificateTagsRequest 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.default ListServerCertificateTagsPublisherIamAsyncClient. listServerCertificateTagsPaginator(ListServerCertificateTagsRequest 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. -
Uses of ListServerCertificateTagsRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type ListServerCertificateTagsRequest Constructor Description ListServerCertificateTagsIterable(IamClient client, ListServerCertificateTagsRequest firstRequest)ListServerCertificateTagsPublisher(IamAsyncClient client, ListServerCertificateTagsRequest firstRequest) -
Uses of ListServerCertificateTagsRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListServerCertificateTagsRequest Modifier and Type Method Description SdkHttpFullRequestListServerCertificateTagsRequestMarshaller. marshall(ListServerCertificateTagsRequest listServerCertificateTagsRequest)
-