Uses of Interface
software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.CsrExtensionsProperty
Packages that use CfnCertificateAuthority.CsrExtensionsProperty
-
Uses of CfnCertificateAuthority.CsrExtensionsProperty in software.amazon.awscdk.services.acmpca
Classes in software.amazon.awscdk.services.acmpca that implement CfnCertificateAuthority.CsrExtensionsPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnCertificateAuthority.CsrExtensionsProperty
Methods in software.amazon.awscdk.services.acmpca that return CfnCertificateAuthority.CsrExtensionsPropertyModifier and TypeMethodDescriptionCfnCertificateAuthority.CsrExtensionsProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.acmpca with parameters of type CfnCertificateAuthority.CsrExtensionsPropertyModifier and TypeMethodDescriptionCfnCertificateAuthority.Builder.csrExtensions
(CfnCertificateAuthority.CsrExtensionsProperty csrExtensions) Specifies information to be added to the extension section of the certificate signing request (CSR).CfnCertificateAuthorityProps.Builder.csrExtensions
(CfnCertificateAuthority.CsrExtensionsProperty csrExtensions) Sets the value ofCfnCertificateAuthorityProps.getCsrExtensions()
void
CfnCertificateAuthority.setCsrExtensions
(CfnCertificateAuthority.CsrExtensionsProperty value) Specifies information to be added to the extension section of the certificate signing request (CSR).