| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
RevocationConfiguration |
RevocationConfiguration.clone() |
RevocationConfiguration |
UpdateCertificateAuthorityRequest.getRevocationConfiguration()
Revocation information for your private CA.
|
RevocationConfiguration |
CertificateAuthority.getRevocationConfiguration()
Information about the certificate revocation list (CRL) created and maintained by your private CA.
|
RevocationConfiguration |
CreateCertificateAuthorityRequest.getRevocationConfiguration()
Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA, the name of
the S3 bucket to which ACM PCA will write the CRL, and an optional CNAME alias that you can use to hide the name
of your bucket in the CRL Distribution Points extension of your CA certificate.
|
RevocationConfiguration |
RevocationConfiguration.withCrlConfiguration(CrlConfiguration crlConfiguration)
Configuration of the certificate revocation list (CRL), if any, maintained by your private CA.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCertificateAuthorityRequest.setRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Revocation information for your private CA.
|
void |
CertificateAuthority.setRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Information about the certificate revocation list (CRL) created and maintained by your private CA.
|
void |
CreateCertificateAuthorityRequest.setRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA, the name of
the S3 bucket to which ACM PCA will write the CRL, and an optional CNAME alias that you can use to hide the name
of your bucket in the CRL Distribution Points extension of your CA certificate.
|
UpdateCertificateAuthorityRequest |
UpdateCertificateAuthorityRequest.withRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Revocation information for your private CA.
|
CertificateAuthority |
CertificateAuthority.withRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Information about the certificate revocation list (CRL) created and maintained by your private CA.
|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Contains a Boolean value that you can use to enable a certification revocation list (CRL) for the CA, the name of
the S3 bucket to which ACM PCA will write the CRL, and an optional CNAME alias that you can use to hide the name
of your bucket in the CRL Distribution Points extension of your CA certificate.
|
Copyright © 2019. All rights reserved.