Uses of Class
software.amazon.awssdk.services.iam.model.TagServerCertificateResponse
-
Packages that use TagServerCertificateResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of TagServerCertificateResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return TagServerCertificateResponse Modifier and Type Method Description default TagServerCertificateResponseIamClient. tagServerCertificate(Consumer<TagServerCertificateRequest.Builder> tagServerCertificateRequest)Adds one or more tags to an IAM server certificate.default TagServerCertificateResponseIamClient. tagServerCertificate(TagServerCertificateRequest tagServerCertificateRequest)Adds one or more tags to an IAM server certificate.Methods in software.amazon.awssdk.services.iam that return types with arguments of type TagServerCertificateResponse Modifier and Type Method Description default CompletableFuture<TagServerCertificateResponse>IamAsyncClient. tagServerCertificate(Consumer<TagServerCertificateRequest.Builder> tagServerCertificateRequest)Adds one or more tags to an IAM server certificate.default CompletableFuture<TagServerCertificateResponse>IamAsyncClient. tagServerCertificate(TagServerCertificateRequest tagServerCertificateRequest)Adds one or more tags to an IAM server certificate.
-