| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
Certificate.clone() |
Certificate |
DescribeCertificateResult.getCertificate()
Information about the certificate, including registered date time, certificate state, the reason for the state,
expiration date time, and certificate common name.
|
Certificate |
Certificate.withCertificateId(String certificateId)
The identifier of the certificate.
|
Certificate |
Certificate.withClientCertAuthSettings(ClientCertAuthSettings clientCertAuthSettings)
A
ClientCertAuthSettings object that contains client certificate authentication settings. |
Certificate |
Certificate.withCommonName(String commonName)
The common name for the certificate.
|
Certificate |
Certificate.withExpiryDateTime(Date expiryDateTime)
The date and time when the certificate will expire.
|
Certificate |
Certificate.withRegisteredDateTime(Date registeredDateTime)
The date and time that the certificate was registered.
|
Certificate |
Certificate.withState(CertificateState state)
The state of the certificate.
|
Certificate |
Certificate.withState(String state)
The state of the certificate.
|
Certificate |
Certificate.withStateReason(String stateReason)
Describes a state change for the certificate.
|
Certificate |
Certificate.withType(CertificateType type)
The function that the registered certificate performs.
|
Certificate |
Certificate.withType(String type)
The function that the registered certificate performs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCertificateResult.setCertificate(Certificate certificate)
Information about the certificate, including registered date time, certificate state, the reason for the state,
expiration date time, and certificate common name.
|
DescribeCertificateResult |
DescribeCertificateResult.withCertificate(Certificate certificate)
Information about the certificate, including registered date time, certificate state, the reason for the state,
expiration date time, and certificate common name.
|
Copyright © 2021. All rights reserved.