| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
Certificate.clone() |
Certificate |
GetTrustStoreCertificateResult.getCertificate()
The certificate of the trust store certificate.
|
Certificate |
Certificate.withBody(ByteBuffer body)
The body of the certificate.
|
Certificate |
Certificate.withIssuer(String issuer)
The entity that issued the certificate.
|
Certificate |
Certificate.withNotValidAfter(Date notValidAfter)
The certificate is not valid after this date.
|
Certificate |
Certificate.withNotValidBefore(Date notValidBefore)
The certificate is not valid before this date.
|
Certificate |
Certificate.withSubject(String subject)
The entity the certificate belongs to.
|
Certificate |
Certificate.withThumbprint(String thumbprint)
A hexadecimal identifier for the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTrustStoreCertificateResult.setCertificate(Certificate certificate)
The certificate of the trust store certificate.
|
GetTrustStoreCertificateResult |
GetTrustStoreCertificateResult.withCertificate(Certificate certificate)
The certificate of the trust store certificate.
|
Copyright © 2023. All rights reserved.