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 CertificateCertificate. clone()CertificateCertificate. withCertificateIdentifier(String certificateIdentifier)The unique key that identifies a certificate.CertificateCertificate. withCertificateType(String certificateType)The type of the certificate.CertificateCertificate. withThumbprint(String thumbprint)The thumbprint of the certificate.CertificateCertificate. withValidFrom(Date validFrom)The starting date from which the certificate is valid.CertificateCertificate. 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 DescribeCertificatesResultDescribeCertificatesResult. 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 voidDescribeCertificatesResult. setCertificates(Collection<Certificate> certificates)The list of Certificate objects for the AWS account.DescribeCertificatesResultDescribeCertificatesResult. withCertificates(Collection<Certificate> certificates)The list of Certificate objects for the AWS account.
-