| Package | Description |
|---|---|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
Certificate.clone() |
Certificate |
Certificate.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
Certificate |
Certificate.withCertificateIdentifier(String certificateIdentifier)
The unique key that identifies a certificate.
|
Certificate |
Certificate.withCertificateType(String certificateType)
The type of the certificate.
|
Certificate |
Certificate.withThumbprint(String thumbprint)
The thumbprint of the certificate.
|
Certificate |
Certificate.withValidFrom(Date validFrom)
The starting date-time from which the certificate is valid.
|
Certificate |
Certificate.withValidTill(Date validTill)
The date-time after which the certificate is no longer valid.
|
| Modifier and Type | Method and Description |
|---|---|
List<Certificate> |
DescribeCertificatesResult.getCertificates()
A list of certificates for this account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCertificatesResult |
DescribeCertificatesResult.withCertificates(Certificate... certificates)
A list of certificates for this account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCertificatesResult.setCertificates(Collection<Certificate> certificates)
A list of certificates for this account.
|
DescribeCertificatesResult |
DescribeCertificatesResult.withCertificates(Collection<Certificate> certificates)
A list of certificates for this account.
|
Copyright © 2022. All rights reserved.