Uses of Class
com.amazonaws.services.rds.model.Certificate
-
Packages that use Certificate Package Description com.amazonaws.services.rds.model -
-
Uses of Certificate in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return Certificate Modifier and Type Method 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.Methods in com.amazonaws.services.rds.model that return types with arguments of type Certificate Modifier and Type Method Description List<Certificate>
DescribeCertificatesResult. getCertificates()
The list of Certificate objects for the AWS account.Methods in com.amazonaws.services.rds.model with parameters of type Certificate Modifier and Type Method Description DescribeCertificatesResult
DescribeCertificatesResult. withCertificates(Certificate... certificates)
The list of Certificate objects for the AWS account.Method parameters in com.amazonaws.services.rds.model with type arguments of type Certificate Modifier and Type Method 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.
-