Uses of Class
software.amazon.awssdk.services.acmpca.model.UntagCertificateAuthorityResponse
-
Packages that use UntagCertificateAuthorityResponse Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference. -
-
Uses of UntagCertificateAuthorityResponse in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca that return UntagCertificateAuthorityResponse Modifier and Type Method Description default UntagCertificateAuthorityResponseAcmPcaClient. untagCertificateAuthority(Consumer<UntagCertificateAuthorityRequest.Builder> untagCertificateAuthorityRequest)Remove one or more tags from your private CA.default UntagCertificateAuthorityResponseAcmPcaClient. untagCertificateAuthority(UntagCertificateAuthorityRequest untagCertificateAuthorityRequest)Remove one or more tags from your private CA.Methods in software.amazon.awssdk.services.acmpca that return types with arguments of type UntagCertificateAuthorityResponse Modifier and Type Method Description default CompletableFuture<UntagCertificateAuthorityResponse>AcmPcaAsyncClient. untagCertificateAuthority(Consumer<UntagCertificateAuthorityRequest.Builder> untagCertificateAuthorityRequest)Remove one or more tags from your private CA.default CompletableFuture<UntagCertificateAuthorityResponse>AcmPcaAsyncClient. untagCertificateAuthority(UntagCertificateAuthorityRequest untagCertificateAuthorityRequest)Remove one or more tags from your private CA.
-