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