Package | Description |
---|---|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Certificate |
Certificate.clone() |
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 from which the certificate is valid.
|
Certificate |
Certificate.withValidTill(Date validTill)
The final date that the certificate continues to be valid.
|
Modifier and Type | Method and Description |
---|---|
List<Certificate> |
DescribeCertificatesResult.getCertificates()
The list of Certificate objects for the AWS account.
|
Modifier and Type | Method and Description |
---|---|
DescribeCertificatesResult |
DescribeCertificatesResult.withCertificates(Certificate... certificates)
The list of Certificate objects for the AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCertificatesResult.setCertificates(Collection<Certificate> certificates)
The list of Certificate objects for the AWS account.
|
DescribeCertificatesResult |
DescribeCertificatesResult.withCertificates(Collection<Certificate> certificates)
The list of Certificate objects for the AWS account.
|
Copyright © 2018. All rights reserved.