Uses of Class
software.amazon.awssdk.services.acmpca.model.ASN1Subject
-
Packages that use ASN1Subject Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of ASN1Subject in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return ASN1Subject Modifier and Type Method Description ASN1SubjectGeneralName. directoryName()Returns the value of the DirectoryName property for this object.ASN1SubjectApiPassthrough. subject()Returns the value of the Subject property for this object.ASN1SubjectCertificateAuthorityConfiguration. subject()Structure that contains X.500 distinguished name information for your private CA.Methods in software.amazon.awssdk.services.acmpca.model with parameters of type ASN1Subject Modifier and Type Method Description GeneralName.BuilderGeneralName.Builder. directoryName(ASN1Subject directoryName)Sets the value of the DirectoryName property for this object.ApiPassthrough.BuilderApiPassthrough.Builder. subject(ASN1Subject subject)Sets the value of the Subject property for this object.CertificateAuthorityConfiguration.BuilderCertificateAuthorityConfiguration.Builder. subject(ASN1Subject subject)Structure that contains X.500 distinguished name information for your private CA.
-