| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
CertificateAuthority |
CertificateAuthority.clone() |
CertificateAuthority |
DescribeCertificateAuthorityResult.getCertificateAuthority()
A CertificateAuthority structure that contains information about your private CA.
|
CertificateAuthority |
CertificateAuthority.withArn(String arn)
Amazon Resource Name (ARN) for your private certificate authority (CA).
|
CertificateAuthority |
CertificateAuthority.withCertificateAuthorityConfiguration(CertificateAuthorityConfiguration certificateAuthorityConfiguration)
Your private CA configuration.
|
CertificateAuthority |
CertificateAuthority.withCreatedAt(Date createdAt)
Date and time at which your private CA was created.
|
CertificateAuthority |
CertificateAuthority.withFailureReason(FailureReason failureReason)
Reason the request to create your private CA failed.
|
CertificateAuthority |
CertificateAuthority.withFailureReason(String failureReason)
Reason the request to create your private CA failed.
|
CertificateAuthority |
CertificateAuthority.withLastStateChangeAt(Date lastStateChangeAt)
Date and time at which your private CA was last updated.
|
CertificateAuthority |
CertificateAuthority.withNotAfter(Date notAfter)
Date and time after which your private CA certificate is not valid.
|
CertificateAuthority |
CertificateAuthority.withNotBefore(Date notBefore)
Date and time before which your private CA certificate is not valid.
|
CertificateAuthority |
CertificateAuthority.withRestorableUntil(Date restorableUntil)
The period during which a deleted CA can be restored.
|
CertificateAuthority |
CertificateAuthority.withRevocationConfiguration(RevocationConfiguration revocationConfiguration)
Information about the certificate revocation list (CRL) created and maintained by your private CA.
|
CertificateAuthority |
CertificateAuthority.withSerial(String serial)
Serial number of your private CA.
|
CertificateAuthority |
CertificateAuthority.withStatus(CertificateAuthorityStatus status)
Status of your private CA.
|
CertificateAuthority |
CertificateAuthority.withStatus(String status)
Status of your private CA.
|
CertificateAuthority |
CertificateAuthority.withType(CertificateAuthorityType type)
Type of your private CA.
|
CertificateAuthority |
CertificateAuthority.withType(String type)
Type of your private CA.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertificateAuthority> |
ListCertificateAuthoritiesResult.getCertificateAuthorities()
Summary information about each certificate authority you have created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCertificateAuthorityResult.setCertificateAuthority(CertificateAuthority certificateAuthority)
A CertificateAuthority structure that contains information about your private CA.
|
ListCertificateAuthoritiesResult |
ListCertificateAuthoritiesResult.withCertificateAuthorities(CertificateAuthority... certificateAuthorities)
Summary information about each certificate authority you have created.
|
DescribeCertificateAuthorityResult |
DescribeCertificateAuthorityResult.withCertificateAuthority(CertificateAuthority certificateAuthority)
A CertificateAuthority structure that contains information about your private CA.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCertificateAuthoritiesResult.setCertificateAuthorities(Collection<CertificateAuthority> certificateAuthorities)
Summary information about each certificate authority you have created.
|
ListCertificateAuthoritiesResult |
ListCertificateAuthoritiesResult.withCertificateAuthorities(Collection<CertificateAuthority> certificateAuthorities)
Summary information about each certificate authority you have created.
|
Copyright © 2018. All rights reserved.