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