Uses of Class
software.amazon.awssdk.services.iam.model.UntagServerCertificateResponse
-
Packages that use UntagServerCertificateResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of UntagServerCertificateResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return UntagServerCertificateResponse Modifier and Type Method Description default UntagServerCertificateResponseIamClient. untagServerCertificate(Consumer<UntagServerCertificateRequest.Builder> untagServerCertificateRequest)Removes the specified tags from the IAM server certificate.default UntagServerCertificateResponseIamClient. untagServerCertificate(UntagServerCertificateRequest untagServerCertificateRequest)Removes the specified tags from the IAM server certificate.Methods in software.amazon.awssdk.services.iam that return types with arguments of type UntagServerCertificateResponse Modifier and Type Method Description default CompletableFuture<UntagServerCertificateResponse>IamAsyncClient. untagServerCertificate(Consumer<UntagServerCertificateRequest.Builder> untagServerCertificateRequest)Removes the specified tags from the IAM server certificate.default CompletableFuture<UntagServerCertificateResponse>IamAsyncClient. untagServerCertificate(UntagServerCertificateRequest untagServerCertificateRequest)Removes the specified tags from the IAM server certificate.
-