Uses of Class
com.amazonaws.services.rds.model.Certificate
Packages that use Certificate
-
Uses of Certificate in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CertificateModifier and TypeMethodDescriptionCertificate.clone()
Certificate.withCertificateIdentifier
(String certificateIdentifier) The unique key that identifies a certificate.Certificate.withCertificateType
(String certificateType) The type of the certificate.Certificate.withThumbprint
(String thumbprint) The thumbprint of the certificate.Certificate.withValidFrom
(Date validFrom) The starting date from which the certificate is valid.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 CertificateModifier and TypeMethodDescriptionDescribeCertificatesResult.getCertificates()
The list of Certificate objects for the AWS account.Methods in com.amazonaws.services.rds.model with parameters of type CertificateModifier and TypeMethodDescriptionDescribeCertificatesResult.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 CertificateModifier and TypeMethodDescriptionvoid
DescribeCertificatesResult.setCertificates
(Collection<Certificate> certificates) The list of Certificate objects for the AWS account.DescribeCertificatesResult.withCertificates
(Collection<Certificate> certificates) The list of Certificate objects for the AWS account.