Uses of Class
software.amazon.awssdk.services.acmpca.model.TagCertificateAuthorityResponse
-
Packages that use TagCertificateAuthorityResponse Package Description software.amazon.awssdk.services.acmpca This is the Amazon Web Services Private Certificate Authority API Reference. -
-
Uses of TagCertificateAuthorityResponse in software.amazon.awssdk.services.acmpca
Methods in software.amazon.awssdk.services.acmpca that return TagCertificateAuthorityResponse Modifier and Type Method Description default TagCertificateAuthorityResponseAcmPcaClient. tagCertificateAuthority(Consumer<TagCertificateAuthorityRequest.Builder> tagCertificateAuthorityRequest)Adds one or more tags to your private CA.default TagCertificateAuthorityResponseAcmPcaClient. tagCertificateAuthority(TagCertificateAuthorityRequest tagCertificateAuthorityRequest)Adds one or more tags to your private CA.Methods in software.amazon.awssdk.services.acmpca that return types with arguments of type TagCertificateAuthorityResponse Modifier and Type Method Description default CompletableFuture<TagCertificateAuthorityResponse>AcmPcaAsyncClient. tagCertificateAuthority(Consumer<TagCertificateAuthorityRequest.Builder> tagCertificateAuthorityRequest)Adds one or more tags to your private CA.default CompletableFuture<TagCertificateAuthorityResponse>AcmPcaAsyncClient. tagCertificateAuthority(TagCertificateAuthorityRequest tagCertificateAuthorityRequest)Adds one or more tags to your private CA.
-