| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
CertificateSummary |
CertificateSummary.clone() |
CertificateSummary |
CertificateSummary.withIssuer(String issuer)
The entity that issued the certificate.
|
CertificateSummary |
CertificateSummary.withNotValidAfter(Date notValidAfter)
The certificate is not valid after this date.
|
CertificateSummary |
CertificateSummary.withNotValidBefore(Date notValidBefore)
The certificate is not valid before this date.
|
CertificateSummary |
CertificateSummary.withSubject(String subject)
The entity the certificate belongs to.
|
CertificateSummary |
CertificateSummary.withThumbprint(String thumbprint)
A hexadecimal identifier for the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertificateSummary> |
ListTrustStoreCertificatesResult.getCertificateList()
The certificate list.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrustStoreCertificatesResult |
ListTrustStoreCertificatesResult.withCertificateList(CertificateSummary... certificateList)
The certificate list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrustStoreCertificatesResult.setCertificateList(Collection<CertificateSummary> certificateList)
The certificate list.
|
ListTrustStoreCertificatesResult |
ListTrustStoreCertificatesResult.withCertificateList(Collection<CertificateSummary> certificateList)
The certificate list.
|
Copyright © 2023. All rights reserved.