Uses of Class
software.amazon.awssdk.services.acmpca.model.TagCertificateAuthorityRequest
-
Packages that use TagCertificateAuthorityRequest 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 TagCertificateAuthorityRequest in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca with parameters of type TagCertificateAuthorityRequest Modifier and Type Method Description default CompletableFuture<TagCertificateAuthorityResponse>AcmPcaAsyncClient. tagCertificateAuthority(TagCertificateAuthorityRequest tagCertificateAuthorityRequest)Adds one or more tags to your private CA.default TagCertificateAuthorityResponseAcmPcaClient. tagCertificateAuthority(TagCertificateAuthorityRequest tagCertificateAuthorityRequest)Adds one or more tags to your private CA. -
Uses of TagCertificateAuthorityRequest in software.amazon.awssdk.services.acmpca.transform
Methods in software.amazon.awssdk.services.acmpca.transform with parameters of type TagCertificateAuthorityRequest Modifier and Type Method Description SdkHttpFullRequestTagCertificateAuthorityRequestMarshaller. marshall(TagCertificateAuthorityRequest tagCertificateAuthorityRequest)
-